diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-01-08 21:50:51 +0000 |
| commit | 202e75590f8200823ef0efd36cc0edbd1bf1edcc (patch) | |
| tree | 1a18f646f7e49b0e1836efd6401793f6e9c38d68 /doc | |
| parent | Restore ability to switch mode while using spray tool (is this even useful?). (diff) | |
| download | inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.tar.gz inkscape-202e75590f8200823ef0efd36cc0edbd1bf1edcc.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/architecture.txt | 2 | ||||
| -rw-r--r-- | doc/spsvgview.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture.txt b/doc/architecture.txt index 4f4c859f7..4303a4d2b 100644 --- a/doc/architecture.txt +++ b/doc/architecture.txt @@ -403,7 +403,7 @@ similar views. The SPView base class has very little functionality of its own. SPViewWidget is a GUI widget that contain a single SPView. It is also -an abstract base class with little funtionality of its own. +an abstract base class with little functionality of its own. 2.6. SPDesktop diff --git a/doc/spsvgview.txt b/doc/spsvgview.txt index f3f7d8892..ff4894708 100644 --- a/doc/spsvgview.txt +++ b/doc/spsvgview.txt @@ -1,4 +1,4 @@ -Both spsvgview and sodipodi are mostly built frome set of common +Both spsvgview and sodipodi are mostly built from a set of common libraries (these are static of course, to save people from versioning pain, but can in theory function as dynamic libs as well). |
