Skip to content

Commit

Permalink
fix typo leaking into the binary (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Étienne Mollier <[email protected]>
  • Loading branch information
emollier authored Sep 5, 2023
1 parent 20cfd31 commit 622fcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 622fcd6

Please sign in to comment.