diff options
author | Luz Paz <luzpaz@users.noreply.github.com> | 2018-01-03 07:09:54 -0500 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-01-04 06:52:01 +1100 |
commit | 3ab7bf82852a43871edd6b2d026f35caeeb71307 (patch) | |
tree | 74091fa34c79611957c11592aa59efa5f4465c58 /Auxiliary | |
parent | 3e1f5b11e0cfaeb28d1bc4de36e5856344ccb87c (diff) | |
download | cmake-3ab7bf82852a43871edd6b2d026f35caeeb71307.tar.gz |
Various typo fixes
Some are user-facing. Others are source comments.
Diffstat (limited to 'Auxiliary')
-rw-r--r-- | Auxiliary/cmake-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/cmake-mode.el b/Auxiliary/cmake-mode.el index a1b43c5b6e..8ae57d44d1 100644 --- a/Auxiliary/cmake-mode.el +++ b/Auxiliary/cmake-mode.el @@ -352,7 +352,7 @@ and store the result as a list in LISTVAR." ;;;###autoload (defun cmake-help () - "Queries for any of the four available help topics and prints out the approriate page." + "Queries for any of the four available help topics and prints out the appropriate page." (interactive) (let* ((default-entry (cmake-symbol-at-point)) (command-list (cmake-get-list "command")) |