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/inkscape.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/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index a59f518a0..928d65d07 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -453,7 +453,7 @@ Application::add_gtk_css() css_str += "#CoordinateStatusY,"; css_str += "#DesktopMainTable spinbutton{"; css_str += " font-family: sans-serif"; - css_str += "}"; // we also can add to * but seems to me Cantarell looks better for oter places + css_str += "}"; // we also can add to * but seems to me Cantarell looks better for other places } // From 3.16, throws an error which we must catch. try { @@ -626,7 +626,7 @@ Application::~Application() // gtk_main_quit (); } -/** Sets the keyboard modifer to map to Alt. +/** Sets the keyboard modifier to map to Alt. * * Zero switches off mapping, as does '1', which is the default. */ |
