From 66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 17 Feb 2019 23:44:53 +0000 Subject: Sun Feb 17 23:44:53 UTC 2019 ap/cups-filters-1.22.1-x86_64-1.txz: Upgraded. y/bsd-games-2.17-x86_64-1.txz: Upgraded. --- .../0010-Fix-typos-spotted-by-Lintian.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 source/y/bsd-games/patches/0010-Fix-typos-spotted-by-Lintian.patch (limited to 'source/y/bsd-games/patches/0010-Fix-typos-spotted-by-Lintian.patch') diff --git a/source/y/bsd-games/patches/0010-Fix-typos-spotted-by-Lintian.patch b/source/y/bsd-games/patches/0010-Fix-typos-spotted-by-Lintian.patch new file mode 100644 index 000000000..8556d62d8 --- /dev/null +++ b/source/y/bsd-games/patches/0010-Fix-typos-spotted-by-Lintian.patch @@ -0,0 +1,35 @@ +From: Tobias Quathamer +Date: Fri, 24 Feb 2012 14:29:11 +0100 +Subject: Fix typos spotted by Lintian + +--- + atc/update.c | 2 +- + hack/hack.c | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/atc/update.c b/atc/update.c +index 3a145e5..39bbf2a 100644 +--- a/atc/update.c ++++ b/atc/update.c +@@ -153,7 +153,7 @@ update(dummy) + } + if (pp->altitude > 9) + /* "this is impossible" */ +- loser(pp, "exceded flight ceiling."); ++ loser(pp, "exceeded flight ceiling."); + if (pp->altitude <= 0) { + for (i = 0; i < sp->num_airports; i++) + if (pp->xpos == sp->airport[i].x && +diff --git a/hack/hack.c b/hack/hack.c +index 05141af..6e5028e 100644 +--- a/hack/hack.c ++++ b/hack/hack.c +@@ -527,7 +527,7 @@ pickup(int all) + } + lift_some: + if (inv_cnt() >= 52) { +- pline("Your knapsack cannot accomodate anymore items."); ++ pline("Your knapsack cannot accommodate anymore items."); + break; + } + if (wt > -5) -- cgit v1.2.3-79-gdb01