diff options
author | Xiaoyin Liu <xiaoyinl@users.noreply.github.com> | 2017-08-01 00:58:40 +0200 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2017-08-01 01:30:11 +0200 |
commit | a970b14f8d6f867a894824c60ae5c3e6cca5a89f (patch) | |
tree | ffcd7e1324e132ac4c382794152d7e5c46136681 /doc/openssl-c-indent.el | |
parent | Fix an information leak in the RSA padding check code. (diff) | |
download | openssl-a970b14f8d6f867a894824c60ae5c3e6cca5a89f.tar.xz openssl-a970b14f8d6f867a894824c60ae5c3e6cca5a89f.zip |
Fix typo in documents
I scanned all files in the doc folder with a spell checker (https://github.com/EWSoftware/VSSpellChecker).
This patch (hopefully) corrected all spell errors that it found.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4065)
Diffstat (limited to 'doc/openssl-c-indent.el')
-rw-r--r-- | doc/openssl-c-indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/openssl-c-indent.el b/doc/openssl-c-indent.el index c28814a67d..38e7a4f39d 100644 --- a/doc/openssl-c-indent.el +++ b/doc/openssl-c-indent.el @@ -2,7 +2,7 @@ ;;; ;;; This definition is for the "CC mode" package, which is the default ;;; mode for editing C source files in Emacs 20, not for the older -;;; c-mode.el (which was the default in less recent releaes of Emacs 19). +;;; c-mode.el (which was the default in less recent releases of Emacs 19). ;;; ;;; Recommended use is to add this line in your .emacs: ;;; |