From 622fcd60af5a8cf5c9f4c76cc9dc549728196a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Mollier?= <63921018+emollier@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:37:17 +0200 Subject: [PATCH] fix typo leaking into the binary (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Étienne Mollier --- xdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdf.cpp b/xdf.cpp index 96c3c81..5260bb9 100644 --- a/xdf.cpp +++ b/xdf.cpp @@ -1002,7 +1002,7 @@ int Xdf::writeEventsToXDF(std::string file_path) } } - std::cout << "Succesfully wrote to XDF file." << std::endl; + std::cout << "Successfully wrote to XDF file." << std::endl; return 0; //Success }