Skip to content

Commit

Permalink
Correction of spelling (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
barak committed Jul 23, 2023
1 parent 0307276 commit 4449992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/gui/toolbarMenubar/model/ToolbarModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const char* TOOLBAR_INI_HEADER =
"\n"
" Tool configuration: VERY_FINE,FINE,MEDIUM,THICK,VERY_THICK\n"
"\n"
" Item seperation: SEPARATOR,SPACER\n"
" Item separation: SEPARATOR,SPACER\n"
"\n";

void ToolbarModel::save(fs::path const& filepath) {
Expand Down
2 changes: 1 addition & 1 deletion ui/toolbar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#
# Tool configuration: VERY_FINE,FINE,MEDIUM,THICK,VERY_THICK
#
# Item seperation: SEPARATOR,SPACER
# Item separation: SEPARATOR,SPACER
#

# Portrait: The name in brackets have to be unique, but is not displayed, it should not start with an underline (_)
Expand Down

0 comments on commit 4449992

Please sign in to comment.