diff options
| author | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
|---|---|---|
| committer | Unknown <kunda@scribus.net> | 2017-11-07 18:55:26 +0000 |
| commit | 2659ce5a325688a3db9900d6d662e92048f0539e (patch) | |
| tree | f55a967bd07fcef78b1834ea9c21f6bd93b00cb0 /src/helper/stock-items.cpp | |
| parent | Set primitive filter area in feComposite and feMerge. Needed for tiling. (diff) | |
| download | inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.tar.gz inkscape-2659ce5a325688a3db9900d6d662e92048f0539e.zip | |
Misc. typos
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
Diffstat (limited to 'src/helper/stock-items.cpp')
| -rw-r--r-- | src/helper/stock-items.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/stock-items.cpp b/src/helper/stock-items.cpp index 647e42916..930640a6c 100644 --- a/src/helper/stock-items.cpp +++ b/src/helper/stock-items.cpp @@ -171,7 +171,7 @@ sp_gradient_load_from_svg(gchar const *name, SPDocument *current_doc) // get_stock_item returns a pointer to an instance of the desired stock object in the current doc // if necessary it will import the object. Copes with name clashes through use of the inkscape:stockid property -// This should be set to be the same as the id in the libary file. +// This should be set to be the same as the id in the library file. SPObject *get_stock_item(gchar const *urn, gboolean stock) { |
