emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112457: Spelling fixes (or remove un


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112457: Spelling fixes (or remove unnecessary and unusually-spelled words).
Date: Sat, 04 May 2013 22:03:08 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112457
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-05-04 22:03:08 -0700
message:
  Spelling fixes (or remove unnecessary and unusually-spelled words).
modified:
  lisp/ls-lisp.el
  src/fileio.c
  src/nsfns.m
=== modified file 'lisp/ls-lisp.el'
--- a/lisp/ls-lisp.el   2013-04-27 16:55:29 +0000
+++ b/lisp/ls-lisp.el   2013-05-05 05:03:08 +0000
@@ -404,8 +404,8 @@
                ;; the wildcard; let's say something similar.
                (insert "(No match)\n"))
            (insert (format "total %.0f\n" (fceiling (/ sum 1024.0))))))
-       ;; dired-insert-directory exprects to find point after the
-       ;; text.  But if the listinmg is empty, as e.g. in empty
+       ;; dired-insert-directory expects to find point after the
+       ;; text.  But if the listing is empty, as e.g. in empty
        ;; directories with -a removed from switches, point will be
        ;; before the inserted text, and dired-insert-directory will
        ;; not indent the listing correctly.  Going to the end of the

=== modified file 'src/fileio.c'
--- a/src/fileio.c      2013-05-05 00:51:49 +0000
+++ b/src/fileio.c      2013-05-05 05:03:08 +0000
@@ -6076,9 +6076,8 @@
      Hence, for now by default fsync is used only when interactive.
 
      For more on why fsync often fails to work on today's hardware, see:
-     Zheng M, Tucek J, Qin F, Lillibridge M. Understanding the
-     robustness of SSDs under power fault. 11th USENIX Conference on
-     File and Storage Technologies, 2013 (FAST '13), 271-84
+     Zheng M et al. Understanding the robustness of SSDs under power fault.
+     11th USENIX Conf. on File and Storage Technologies, 2013 (FAST '13), 
271-84
      http://www.usenix.org/system/files/conference/fast13/fast13-final80.pdf
 
      For more on why fsync does not suffice even if it works properly, see:

=== modified file 'src/nsfns.m'
--- a/src/nsfns.m       2013-05-01 07:02:19 +0000
+++ b/src/nsfns.m       2013-05-05 05:03:08 +0000
@@ -1502,7 +1502,7 @@
 
   ret = (ret == NSOKButton) || panelOK;
 
-  if (ret) 
+  if (ret)
     {
       NSString *str = [panel getFilename];
       if (! str) str = [panel getDirectory];
@@ -1699,7 +1699,7 @@
      (Lisp_Object display)
 {
   NSWindowDepth depth;
-  
+
   check_ns_display_info (display);
   depth = [ns_get_screen (display) depth];
 
@@ -2267,7 +2267,7 @@
 {
   NSWindowDepth depth;
   NSString *colorSpace;
-  
+
   check_ns_display_info (display);
   depth = [ns_get_screen (display) depth];
   colorSpace = NSColorSpaceFromDepth (depth);
@@ -2546,7 +2546,7 @@
 
 /*
   Handle arrow/function/control keys and copy/paste/cut in file dialogs.
-  Return YES if handeled, NO if not.
+  Return YES if handled, NO if not.
  */
 static BOOL
 handlePanelKeys (NSSavePanel *panel, NSEvent *theEvent)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]