diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-11 12:37:46 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-03-12 18:26:47 +0000 |
| commit | 86ebd332c69466f7a1badcb640cc77327727295b (patch) | |
| tree | 46ea5e99c936fb4eadbe3445d933517504ee38fe /share | |
| parent | inkview: Add a little documentation (diff) | |
| download | inkscape-86ebd332c69466f7a1badcb640cc77327727295b.tar.gz inkscape-86ebd332c69466f7a1badcb640cc77327727295b.zip | |
Fixed more trivial typos
Via `codespell` and `grep`
Diffstat (limited to 'share')
| -rwxr-xr-x | share/extensions/foldablebox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/foldablebox.py b/share/extensions/foldablebox.py index 772083094..a26427389 100755 --- a/share/extensions/foldablebox.py +++ b/share/extensions/foldablebox.py @@ -51,7 +51,7 @@ class FoldableBox(inkex.Effect): self.OptionParser.add_option("-t", "--tab-proportion", action="store", type="float", dest="tabProportion", default=0.6, - help="Inner tab propotion for upper tab") + help="Inner tab proportion for upper tab") self.OptionParser.add_option("-g", "--guide-line", action="store", type="inkbool", dest="guideLine", default=True, |
