diff options
| author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-11-16 13:28:50 -0500 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-11-29 22:09:43 +0100 |
| commit | de8e3bb7b6fedc0554cee20834001dd4a739cd88 (patch) | |
| tree | ae49efb024ab687e7af52149b42df7be1d31192c /doc | |
| parent | 8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff) | |
| download | vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz | |
fix miscellaneous spelling mistakes
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Doxyfile | 4 | ||||
| -rw-r--r-- | doc/index.rst | 4 | ||||
| -rw-r--r-- | doc/text.rst | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index 32e9459..2bb41b6 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -554,7 +554,7 @@ INTERNAL_DOCS = NO # names in lower-case letters. If set to YES, upper-case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows -# (including Cygwin) ands Mac users are advised to set this option to NO. +# (including Cygwin) and Mac users are advised to set this option to NO. # The default value is: system dependent. CASE_SENSE_NAMES = YES @@ -1223,7 +1223,7 @@ HTML_EXTRA_FILES = # The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen # will adjust the colors in the style sheet and background images according to -# this color. Hue is specified as an angle on a colorwheel, see +# this color. Hue is specified as an angle on a color wheel, see # https://en.wikipedia.org/wiki/Hue for more information. For instance the value # 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300 # purple, and 360 is red again. diff --git a/doc/index.rst b/doc/index.rst index e83bb53..4bf5f9c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,5 +1,5 @@ -Vis Editor API Documenation -=========================== +Vis Editor API Documentation +============================ .. toctree:: :maxdepth: 2 diff --git a/doc/text.rst b/doc/text.rst index 8bbef5b..5b5e5c0 100644 --- a/doc/text.rst +++ b/doc/text.rst @@ -105,7 +105,7 @@ A mark keeps track of a text position. Subsequent text changes will update all marks placed after the modification point. Reverting to an older text state will hide all affected marks, redoing the changes will restore them. -.. warning:: Due to an optimization cached modifications (i.e. no ``text_snaphot`` +.. warning:: Due to an optimization cached modifications (i.e. no ``text_snapshot`` was performed between setting the mark and issuing the changes) might not adjust mark positions accurately. |
