diff options
author | Septian <septgsk@gmail.com> | 2023-07-19 19:56:06 +0700 |
---|---|---|
committer | Septian <septgsk@gmail.com> | 2023-07-19 19:56:06 +0700 |
commit | 2857b91385b566667f6a321554047286f1f13ecf (patch) | |
tree | 02cfeb4dcbd433e58d6b611dac8fd07b66df8163 /doc/classes/EditorVCSInterface.xml | |
parent | 0c2144da908a8223e188d27ed1d31d8248056c78 (diff) | |
download | redot-engine-2857b91385b566667f6a321554047286f1f13ecf.tar.gz |
Fix many typos in documentation
Diffstat (limited to 'doc/classes/EditorVCSInterface.xml')
-rw-r--r-- | doc/classes/EditorVCSInterface.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorVCSInterface.xml b/doc/classes/EditorVCSInterface.xml index 0acc53fa58..baf69f2c6d 100644 --- a/doc/classes/EditorVCSInterface.xml +++ b/doc/classes/EditorVCSInterface.xml @@ -240,7 +240,7 @@ <return type="void" /> <param index="0" name="msg" type="String" /> <description> - Pops up an error message in the edior which is shown as coming from the underlying VCS. Use this to show VCS specific error messages. + Pops up an error message in the editor which is shown as coming from the underlying VCS. Use this to show VCS specific error messages. </description> </method> </methods> |