]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2016 06:16:35 +0000 (23:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2016 06:17:09 +0000 (23:17 -0700)
13 files changed:
ChangeLog.2
doc/lispref/processes.texi
doc/misc/emacs-gnutls.texi
lisp/emacs-lisp/ert-x.el
lisp/gnus/ChangeLog.1
lisp/progmodes/cc-vars.el
lisp/svg.el
lisp/vc/vc-hg.el
src/process.c
src/xdisp.c
test/lisp/filenotify-tests.el
test/manual/etags/cp-src/functions.cpp
test/manual/etags/html-src/software.html

index 5253a929e9e4ee644261dcda996ab08448ffba5a..bc09faf6508b1c0bf704421389fab9b065d49bd9 100644 (file)
        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
index 8d3df55cba9e2808e3190343a9bc6de3beb2f25a..b66f779bddabe3091c672109278334a3b48accde 100644 (file)
@@ -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.
 
index 115727fb8ee49a4a31bd77c8e11b29233ca33778..9d52508b6441ffc7d1bfca069422f2090c0f8e27 100644 (file)
@@ -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.
 
index eb10c845d3fa4643c500f0f29fd5a3ee2ac7be11..67cb102a67c6d9532b050fc5eaab5ee64ad25f82 100644 (file)
@@ -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'.
index 47eb34ee6911498a3865c5436664fbe1039c0f2c..475af051a61d6483ec78dc49e7076a2ae1b2c14e 100644 (file)
 
        * 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  <larsi@ifi.uio.no>
index 33ea152c89a0d4c9f581d1e631a099d23cad37a5..98195da94568c94d4bde8922ede9abe3033a791e 100644 (file)
@@ -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)
 
index b6beaadc0325d3d1cb670b197358b507df665610..0b45c5cc0e95b1d8a5795a67d25df4099eba3e33 100644 (file)
@@ -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
index 702772cf5ab29a05522153dcde0c57c9b9560eaa..5fb93bc0c8cb5b3aed7c6b343b9eb76523706659 100644 (file)
@@ -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."
index 198e7de3990683032abf953cc1e34802e26da051..399cd8accde7cffeed9aaafc7c1c74477ad6921c 100644 (file)
@@ -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)
index 457f28a3e6a6ba43429469a650e367b65e8334ae..9b7ac3c04602ed722697db04bd565839163c891b 100644 (file)
@@ -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
index 49a861d91a441936f892a79e922adfbf4d58458c..9c19e63e62a961b604cb0cd4874a20614af1c788 100644 (file)
@@ -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]."
index fb546ed4de81dcad6dd2fac2a2dc17909d961b09..764498d4084f0a228f6480ff986ab4b3282b8307 100644 (file)
@@ -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 ) ;
index b5de1e6d686756a8f3be30caf9ac482f79f9add2..dbf822819933cb52109b91e83cb78da0243c13a4 100644 (file)
@@ -123,7 +123,7 @@ HREF="ftp://fly.cnuce.cnr.it/pub/software/octave/leasqr/">published</A> it.
 Since then, the original authors Richard I. Shrager, A.Jutan, Ray Muzic, and
 Sean Brennan agreed to put it under the <A
 HREF="http://www.gnu.org/licenses/gpl.html">GPL</A>.  Matthias Jueschke tested
-the program using a non-linear optimisation <A
+the program using a non-linear optimization <A
 HREF="http://www.itl.nist.gov/div898/strd/nls/nls_main.shtml">test suite</A>,
 and was satisfied with the results.