[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix "signalled" typos
From: |
Mike Frysinger |
Subject: |
[PATCH] fix "signalled" typos |
Date: |
Sun, 28 Oct 2012 13:06:06 -0400 |
There's just one l in there.
Signed-off-by: Mike Frysinger <address@hidden>
2012-10-28 Mike Frysinger <address@hidden>
* doc/texinfo.tex: Change signalling to signaling.
* info/info.c: Change signalled to signaled
---
doc/texinfo.tex | 2 +-
info/info.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index 23a30bc..33f1811 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -6464,7 +6464,7 @@ end
% commands also insert a nobreak penalty, and we don't want to allow
% a break between a section heading and a defun.
%
- % As a minor refinement, we avoid "club" headers by signalling
+ % As a minor refinement, we avoid "club" headers by signaling
% with penalty of 10003 after the very first @deffn in the
% sequence (see above), and penalty of 10002 after any following
% @def command.
diff --git a/info/info.c b/info/info.c
index 1a03a9a..169aa6b 100644
--- a/info/info.c
+++ b/info/info.c
@@ -546,7 +546,7 @@ add_file_directory_to_path (char *filename)
/* Error handling. */
-/* Non-zero if an error has been signalled. */
+/* Non-zero if an error has been signaled. */
int info_error_was_printed = 0;
/* Non-zero means ring terminal bell on errors. */
--
1.7.12
- [PATCH] fix "signalled" typos,
Mike Frysinger <=