summaryrefslogtreecommitdiffstats
path: root/src/ui/view
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-01-14 12:32:38 +0000
commitc74cd14f7ec7a98ec1319539faac2fce06f8655c (patch)
treefcaad78e89d45ee7c1ba5304c8a5fe9129775fab /src/ui/view
parentMerge !482 (diff)
downloadinkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz
inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to 'src/ui/view')
-rw-r--r--src/ui/view/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/README b/src/ui/view/README
index a2091cb2f..9316f8bc3 100644
--- a/src/ui/view/README
+++ b/src/ui/view/README
@@ -33,7 +33,7 @@ SPDesktopWidget:
SVGViewWidget:
- Used many places as a convienient way to show an SVG (file dialog, Inkview).
+ Used many places as a convenient way to show an SVG (file dialog, Inkview).
Derived, rather uselessly, from Gtk::Scrollbar.
It no longer is dependent on View (and really doesn't belong here anymore).