Spelling fixes.
[bpt/emacs.git] / src / ChangeLog.6
index d790356..af97d0d 100644 (file)
        ntproc.c and simplified to match other changes (all handles are
        already non-inheritable).
 
-       (get_emacs_configuration): Detect Windows flavour (Windows 95 or
+       (get_emacs_configuration): Detect Windows flavor (Windows 95 or
        NT) at run-time.  Change OS name for Windows 95 to be "win95".
 
        (fd_info): New variable. Array of extra info for file descriptors
        support in sys_select.
 
        (term_ntproc): New function.
-       (init_ntproc): New function to initialise socket support and make
+       (init_ntproc): New function to initialize socket support and make
        initial std handles non-inheritable.  Also ensure stdin, stdout
        and stderr have valid handles so that pipes and sockets can't
        inadvertently use fd 0, 1, or 2.
        Correctly detect when default_directory is absolute.
        Be strict when looking for MSDOS drive specifier; defer calling
        getdefdir.  Ignore drive specifier if name now has UNC prefix.
-       Correctly recognise if name is not absolute when trying simple
+       Correctly recognize if name is not absolute when trying simple
        method to expand; return original string if possible.
        Skip dir sep after ~ or ~user.
        Use getpwnam instead of HOME for ~user on NT.
 
 1995-08-14  Erik Naggum  <erik@naggum.no>
 
-       * emacs.c (standard_args): Add option --eval to evalute an
+       * emacs.c (standard_args): Add option --eval to evaluate an
        expression on the command line and print the result.
 
 1995-08-14  Richard Stallman  <rms@mole.gnu.ai.mit.edu>