all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9522: 24.0.50; typos: "accomodate"
@ 2011-09-16 19:48 Sven Joachim
  2011-09-16 20:33 ` Juri Linkov
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2011-09-16 19:48 UTC (permalink / raw)
  To: 9522; +Cc: Sven Joachim

Package: emacs
Version: 24.0.50
Severity: minor
Tags: patch

There are a few places where "accommodate" is misspelled as
"accomodate":

--8<---------------cut here---------------start------------->8---
=== modified file 'lisp/window.el'
--- lisp/window.el	2011-09-15 15:12:15 +0000
+++ lisp/window.el	2011-09-16 19:38:10 +0000
@@ -182,7 +182,7 @@
 
 (defcustom window-min-width 10
   "The minimum number of columns of any window.
-The value has to accomodate margins, fringes, or scrollbars if
+The value has to accommodate margins, fringes, or scrollbars if
 present.  A value less than `window-safe-min-width' is ignored.
 The value of this variable is honored when windows are resized or
 split.
@@ -3772,7 +3772,7 @@
 	;; issues - so IGNORE equal 'safe might not always produce the
 	;; minimum possible state.  But such configurations hardly make
 	;; sense anyway.
-	(error "Window %s too small to accomodate state" window)
+	(error "Window %s too small to accommodate state" window)
       (setq state (cdr state))
       (setq window-state-put-list nil)
       ;; Work on the windows of a temporary buffer to make sure that

=== modified file 'src/ChangeLog'
--- src/ChangeLog	2011-09-16 14:14:48 +0000
+++ src/ChangeLog	2011-09-16 19:38:05 +0000
@@ -1290,7 +1290,7 @@
 	underline, overline, and strike-through.
 	(ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
 	ns_draw_text_decoration.  Change treatment of cursor drawing to
-	accomodate underlining, etc.
+	accommodate underlining, etc.
 
 2011-07-28  Eli Zaretskii  <eliz@gnu.org>
--8<---------------cut here---------------end--------------->8---
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9522: 24.0.50; typos: "accomodate"
  2011-09-16 19:48 bug#9522: 24.0.50; typos: "accomodate" Sven Joachim
@ 2011-09-16 20:33 ` Juri Linkov
  2011-09-17  0:47   ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: Juri Linkov @ 2011-09-16 20:33 UTC (permalink / raw)
  To: Sven Joachim; +Cc: 9522

> There are a few places where "accommodate" is misspelled as
> "accomodate":
>
> === modified file 'lisp/window.el'
> --- lisp/window.el	2011-09-15 15:12:15 +0000
> +++ lisp/window.el	2011-09-16 19:38:10 +0000
> @@ -182,7 +182,7 @@
>  (defcustom window-min-width 10
>    "The minimum number of columns of any window.
> -The value has to accomodate margins, fringes, or scrollbars if
> +The value has to accommodate margins, fringes, or scrollbars if

BTW, there are other misspellings in window.el:

  (defconst window-safe-min-height 1
    "The absolut minimum number of lines of a window.

  (defconst window-safe-min-width 2
    "The absolut minimum number of columns of a window.

"Absolut" is vodka.  The English adjective is "absolute" :-)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#9522: 24.0.50; typos: "accomodate"
  2011-09-16 20:33 ` Juri Linkov
@ 2011-09-17  0:47   ` Juanma Barranquero
  0 siblings, 0 replies; 3+ messages in thread
From: Juanma Barranquero @ 2011-09-17  0:47 UTC (permalink / raw)
  To: Juri Linkov; +Cc: 9522-done, Sven Joachim

>> There are a few places where "accommodate" is misspelled as
>> "accomodate":

> "Absolut" is vodka.  The English adjective is "absolute" :-)

Fixed.

    Juanma





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-17  0:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-16 19:48 bug#9522: 24.0.50; typos: "accomodate" Sven Joachim
2011-09-16 20:33 ` Juri Linkov
2011-09-17  0:47   ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.