summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2016-08-14 14:22:52 -0700
committerRuss Allbery <rra@debian.org>2018-05-26 19:03:58 -0700
commit736b3b1279e0ecb49c11a74a91c1b8de55cb97de (patch)
tree0a8a7db91f5ea7f0b8a2e2d6af4cb1a20744b305
parenta10a4cc3c3d7c396a01608c8e1489621b54362e6 (diff)
Fix spelling errorsarchive/debian/5.0beta8-7
occured -> occurred everywhere Gbp-Pq: Name 0007-Fix-spelling-errors.patch
-rw-r--r--CHANGES4
-rw-r--r--src/command.c2
-rw-r--r--src/signals.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 037c766..dfc5029 100644
--- a/CHANGES
+++ b/CHANGES
@@ -316,7 +316,7 @@ Renamed BACKGROUND hook to BGTRIG (but old name still works).
Added BGTEXT hook.
Fixed activity_status.tf to update for lines generated by /echo -w.
Fixed: ACTIVITY and PREACTIVITY hooks didn't run in the world in which the
- activity occured when caused by /echo -w.
+ activity occurred when caused by /echo -w.
Fixed order of /dc message relative to text already queued on socket.
Fixed: under certain conditions, a dead socket would not go away and could
not be foregrounded.
@@ -972,7 +972,7 @@ Fixed compilation error involving conditional and hstrerror under some
lame compilers (socket.c:788).
Fixed output misdirection during a read() inside a command sub.
Fixed rare bug causing command line to execute in wrong world when a
- simultaneous background trigger occured.
+ simultaneous background trigger occurred.
Fixed /world with no arguments.
Fixed fatal input bug after /histsize -i. (35a21)
Fixed bug which disabled history recording after /recall on an empty history.
diff --git a/src/command.c b/src/command.c
index 0409787..624d03b 100644
--- a/src/command.c
+++ b/src/command.c
@@ -605,7 +605,7 @@ int do_file_load(const char *args, int tinytalk)
!user_result->u.ival && !warned)
{
eprintf("(This line was implicitly treated as an /addworld "
- "because it occured before the first '/' line and did not "
+ "because it occurred before the first '/' line and did not "
"start with a '/', ';', or '#'.)");
warned = 1;
}
diff --git a/src/signals.c b/src/signals.c
index bd96b87..a00c70e 100644
--- a/src/signals.c
+++ b/src/signals.c
@@ -410,7 +410,7 @@ static char initial_dir[PATH_MAX+1] = "."; /* default: many users never chdir */
static void coremsg(FILE *dumpfile)
{
fputs("Also describe what you were doing in tf when this\r\n", stderr);
- fputs("occured, and whether you can repeat it.\r\n\n", stderr);
+ fputs("occurred, and whether you can repeat it.\r\n\n", stderr);
fprintf(dumpfile, "> %.512s\r\n", version);
if (*sysname) fprintf(dumpfile, "> %.256s\r\n", sysname);
fprintf(dumpfile, "> %.256s\r\n", featurestr->data);