From d8480e53803e8971673f879ec6895971e991a09f Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 20 Mar 2019 22:37:06 -0400 Subject: Misc. typos and whitespace fixes Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty` --- src/inkscape.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inkscape.cpp') 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. */ -- cgit v1.2.3