From 032ed9af9ccc4198af1a13c23d374504c16950b7 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 5 Oct 2020 10:39:11 -0700 Subject: [PATCH] IXExponentialBackoff.cpp: fix typo in source code file name in the header block --- ixwebsocket/IXExponentialBackoff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ixwebsocket/IXExponentialBackoff.cpp b/ixwebsocket/IXExponentialBackoff.cpp index 0cdb3fc9..007d22cf 100644 --- a/ixwebsocket/IXExponentialBackoff.cpp +++ b/ixwebsocket/IXExponentialBackoff.cpp @@ -1,5 +1,5 @@ /* - * IXExponentialBackoff.h + * IXExponentialBackoff.cpp * Author: Benjamin Sergeant * Copyright (c) 2017-2019 Machine Zone, Inc. All rights reserved. */