From a11756ad0e2ee719266c0081150c20996cce8e0d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 3 Apr 2016 23:16:35 -0700 Subject: [PATCH] Spelling fixes --- ChangeLog.2 | 2 +- doc/lispref/processes.texi | 2 +- doc/misc/emacs-gnutls.texi | 2 +- lisp/emacs-lisp/ert-x.el | 2 +- lisp/gnus/ChangeLog.1 | 2 +- lisp/progmodes/cc-vars.el | 2 +- lisp/svg.el | 2 +- lisp/vc/vc-hg.el | 2 +- src/process.c | 2 +- src/xdisp.c | 2 +- test/lisp/filenotify-tests.el | 8 ++++---- test/manual/etags/cp-src/functions.cpp | 6 +++--- test/manual/etags/html-src/software.html | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ChangeLog.2 b/ChangeLog.2 index 5253a929e9e..bc09faf6508 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -5798,7 +5798,7 @@ that as the same name can be used for different locations in different SES sheets ; 2) use `local-variable-if-set-p' rather than `boundp' and `local-variable-p' to check if cell name is already in use in this - sheet or needs initialisation. + sheet or needs initialization. (ses-relocate-all): Cell value relocation : 1) like for name relocation use the `ses-cell' property rather than comparing actual name to corresponding standard name. 2) Correct bug introduced in diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 8d3df55cba9..b66f779bdda 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -2441,7 +2441,7 @@ When opening a TLS connection, this should be where the first element is the TLS type (which should either be @code{gnutls-x509pki} or @code{gnutls-anon}, and the remaining elements should form a keyword list acceptable for @code{gnutls-boot}. (This keyword list can be -optained from the @code{gnutls-boot-parameters} function.) The TLS +obtained from the @code{gnutls-boot-parameters} function.) The TLS connection will then be negotiated after completing the connection to the host. diff --git a/doc/misc/emacs-gnutls.texi b/doc/misc/emacs-gnutls.texi index 115727fb8ee..9d52508b644 100644 --- a/doc/misc/emacs-gnutls.texi +++ b/doc/misc/emacs-gnutls.texi @@ -181,7 +181,7 @@ syntax are the same as those given to @code{open-network-stream} Manual}). The connection process is called @var{name} (made unique if necessary). This function returns the connection process. -The @var{nowait} parameter means that the scoket should be +The @var{nowait} parameter means that the socket should be asynchronous, and the connection process will be returned to the caller before TLS negotiation has happened. diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index eb10c845d3f..67cb102a67c 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el @@ -289,7 +289,7 @@ BUFFER defaults to current buffer. Does not modify BUFFER." "Mocks function NAME with MOCK and run BODY. Once BODY finishes (be it normally by returning a value or -abnormally by throwing or signalling), the old definition of +abnormally by throwing or signaling), the old definition of function NAME is restored. BODY may further change the mock with `fset'. diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index 47eb34ee691..475af051a61 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 @@ -3230,7 +3230,7 @@ * gnus-picon.el (gnus-picons-display-pairs): Don't add two bars. (gnus-picons-try-face): Set the foreground color on the bar. - (gnus-picons-group-exluded-groups): New variable. + (gnus-picons-group-excluded-groups): New variable. (gnus-group-display-picons): Use it. 1997-10-13 Lars Magne Ingebrigtsen diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 33ea152c89a..98195da9456 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -1630,7 +1630,7 @@ identifiers. If you change this variable's value, call the function `c-make-noise-macro-regexps' to set the necessary internal variables (or do -this implicitly by reinitialising C/C++/Objc Mode on any buffer)." +this implicitly by reinitializing C/C++/Objc Mode on any buffer)." :type '(repeat :tag "List of names" string) :group 'c) diff --git a/lisp/svg.el b/lisp/svg.el index b6beaadc032..0b45c5cc0e9 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -29,7 +29,7 @@ (require 'dom) (defun svg-create (width height &rest args) - "Create a new, empty SVG image with dimentions WIDTHxHEIGHT. + "Create a new, empty SVG image with dimensions WIDTHxHEIGHT. ARGS can be used to provide `stroke' and `stroke-width' parameters to any further elements added." (dom-node 'svg diff --git a/lisp/vc/vc-hg.el b/lisp/vc/vc-hg.el index 702772cf5ab..5fb93bc0c8c 100644 --- a/lisp/vc/vc-hg.el +++ b/lisp/vc/vc-hg.el @@ -282,7 +282,7 @@ If no list entry produces a useful revision, return `nil'." :group 'vc-hg) (defcustom vc-hg-use-file-version-for-mode-line-version nil - "When enabled, the modeline will contain revision informtion for the visited file. + "When enabled, the modeline contains revision information for the visited file. When not, the revision in the modeline is for the repository working copy. `nil' is the much faster setting for large repositories." diff --git a/src/process.c b/src/process.c index 198e7de3990..399cd8accde 100644 --- a/src/process.c +++ b/src/process.c @@ -5509,7 +5509,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, { #ifdef HAVE_GNUTLS /* If we have an incompletely set up TLS connection, - then defer the sentinel signalling until + then defer the sentinel signaling until later. */ if (NILP (p->gnutls_boot_parameters) && !p->gnutls_p) diff --git a/src/xdisp.c b/src/xdisp.c index 457f28a3e6a..9b7ac3c0460 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -9844,7 +9844,7 @@ argument as small as possible; in particular, if the buffer contains long lines that shall be truncated anyway. The optional argument Y-LIMIT, if non-nil, specifies the maximum text -height (exluding the height of the mode- or header-line, if any) that +height (excluding the height of the mode- or header-line, if any) that can be returned. Text lines whose y-coordinate is beyond Y-LIMIT are ignored. Since calculating the text height of a large buffer can take some time, it makes sense to specify this argument if the size of the diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index 49a861d91a4..9c19e63e62a 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -1055,8 +1055,8 @@ the file watch." (file-notify--deftest-remote file-notify-test08-watched-file-in-watched-dir "Check `file-notify-test08-watched-file-in-watched-dir' for remote files.") -(ert-deftest file-notify-test09-sufficient-ressources () - "Check that file notification does not use too many ressources." +(ert-deftest file-notify-test09-sufficient-resources () + "Check that file notification does not use too many resources." :tags '(:expensive-test) (skip-unless (file-notify--test-local-enabled)) ;; This test is intended for kqueue only. @@ -1093,8 +1093,8 @@ the file watch." ;; Cleanup. (file-notify--test-cleanup))) -(file-notify--deftest-remote file-notify-test09-sufficient-ressources - "Check `file-notify-test09-sufficient-ressources' for remote files.") +(file-notify--deftest-remote file-notify-test09-sufficient-resources + "Check `file-notify-test09-sufficient-resources' for remote files.") (defun file-notify-test-all (&optional interactive) "Run all tests for \\[file-notify]." diff --git a/test/manual/etags/cp-src/functions.cpp b/test/manual/etags/cp-src/functions.cpp index fb546ed4de8..764498d4084 100644 --- a/test/manual/etags/cp-src/functions.cpp +++ b/test/manual/etags/cp-src/functions.cpp @@ -1,7 +1,7 @@ #include "main.hpp" #pragma ident "@(#)functions.cpp 1.0 98/11/12 (c) Rupak Rathore" -// Constructor default argument initialises to today's values +// Constructor default argument initializes to today's values void Date::setDate ( int d , int m , int y ){ time_t t; struct tm * ptm; @@ -9,9 +9,9 @@ void Date::setDate ( int d , int m , int y ){ if ( date != NULL ) delete date; date = NULL; - if ( d == 0 && m == 0 && y == 0 ) // explicity called or default constructor hence leave it. + if ( d == 0 && m == 0 && y == 0 ) //Explicitly called or default constructor hence leave it. return; - if ( d < 0 && m < 0 && d < 0 ) // Special instruction to intialise to today's value + if ( d < 0 && m < 0 && d < 0 ) //Special instruction to initialize to today's value d=m=y=0; date = new tm; ptm=localtime ( &t ) ; diff --git a/test/manual/etags/html-src/software.html b/test/manual/etags/html-src/software.html index b5de1e6d686..dbf82281993 100644 --- a/test/manual/etags/html-src/software.html +++ b/test/manual/etags/html-src/software.html @@ -123,7 +123,7 @@ HREF="ftp://fly.cnuce.cnr.it/pub/software/octave/leasqr/">published it. Since then, the original authors Richard I. Shrager, A.Jutan, Ray Muzic, and Sean Brennan agreed to put it under the GPL. Matthias Jueschke tested -the program using a non-linear optimisation test suite, and was satisfied with the results. -- 2.11.4.GIT