Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aardappel committed Oct 11, 2022
1 parent 4778c34 commit be79e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.h
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ struct Document {
if (success) *success = true;

sw->Status(
wxString::Format(_(L"Saved %s succesfully (in %d milliseconds)."),
wxString::Format(_(L"Saved %s successfully (in %d milliseconds)."),
filename.c_str(), (int)((end_saving_time - start_saving_time).GetValue()))
.c_str());

Expand Down

0 comments on commit be79e53

Please sign in to comment.