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 }