diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-14 18:52:29 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-14 19:00:48 +0100 |
commit | 315c64282bb8d24963104c6386f0a82dc5ccb777 (patch) | |
tree | f4ea460f578e32ee85719ede5181c6f5d9d87fb1 /doc | |
parent | 19ae37cc99dfc236dbe5a520d3147353d7cfe8ff (diff) |
Fix misc formatting issues
Somehow I missed the failing CI report from trailing whitespace.
Fixed a couple typos found by codespell while at it, and misc
trailing semicolons in one of the files.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/EditorUndoRedoManager.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorUndoRedoManager.xml b/doc/classes/EditorUndoRedoManager.xml index c1e771d653..133ee9db0d 100644 --- a/doc/classes/EditorUndoRedoManager.xml +++ b/doc/classes/EditorUndoRedoManager.xml @@ -110,7 +110,7 @@ <signals> <signal name="history_changed"> <description> - Emitted when the list of actions in any history has changed, either when an action is commited or a history is cleared. + Emitted when the list of actions in any history has changed, either when an action is committed or a history is cleared. </description> </signal> <signal name="version_changed"> |