diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-21 02:37:06 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-03-21 02:37:06 +0000 |
| commit | d8480e53803e8971673f879ec6895971e991a09f (patch) | |
| tree | d30213bd55148b1bb4a2c13a028a10a9b68662ef /src/ui/dialog/cssdialog.cpp | |
| parent | Fix #116: Wrong element names shown in XML editor for circles and ellipses (diff) | |
| download | inkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip | |
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
| -rw-r--r-- | src/ui/dialog/cssdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp index 7c8312301..ea1b0d044 100644 --- a/src/ui/dialog/cssdialog.cpp +++ b/src/ui/dialog/cssdialog.cpp @@ -129,7 +129,7 @@ CssDialog::CssDialog() _sheetCol->set_sort_column(_cssColumns._styleSheetVal); } - // Set the inital sort column (and direction) to place real attributes at the top. + // Set the initial sort column (and direction) to place real attributes at the top. _store->set_sort_column(_cssColumns.deleteButton, Gtk::SORT_DESCENDING); _getContents()->pack_start(*_scrolledWindow, Gtk::PACK_EXPAND_WIDGET); |
