diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2019-07-01 23:35:16 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-01 23:35:16 +0000 |
| commit | 7f3aa2882be5547d5308870bced554502ca4421c (patch) | |
| tree | 4c6b44f441fa20ac0d409c4c98c160fcaefc00c6 /src/attribute-rel-css.cpp | |
| parent | Basque translation update (diff) | |
| download | inkscape-7f3aa2882be5547d5308870bced554502ca4421c.tar.gz inkscape-7f3aa2882be5547d5308870bced554502ca4421c.zip | |
Fix various minor typos
Diffstat (limited to 'src/attribute-rel-css.cpp')
| -rw-r--r-- | src/attribute-rel-css.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attribute-rel-css.cpp b/src/attribute-rel-css.cpp index 4a110f5e9..a7cefb4a5 100644 --- a/src/attribute-rel-css.cpp +++ b/src/attribute-rel-css.cpp @@ -53,7 +53,7 @@ bool SPAttributeRelCSS::findIfValid(Glib::ustring property, Glib::ustring elemen temp.erase( temp.find("svg:"), 4 ); } - // Don't check for properties with -, role, aria etc. to allow for more accessbility + // Don't check for properties with -, role, aria etc. to allow for more accessibility // FixMe: Name space list should be created when file read in. if (property[0] == '-' || property.substr(0,4) == "role" |
