summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-07-28 07:22:25 +0000
committerhubertf <hubertf>1998-07-28 07:22:25 +0000
commit95041833af8ed7500bc7343dd9ae32c3fa3db0e0 (patch)
tree1092fc0e6bd5390e580d179c1c87d7260799b3e6 /games
parent2e5fb46db09ab0605880fe47fe4b9be5bf067366 (diff)
downloadpkgsrc-95041833af8ed7500bc7343dd9ae32c3fa3db0e0.tar.gz
Fix typo reported in PR 5864 by
Mason Loring Bliss <mason@acheron.middleboro.ma.us>
Diffstat (limited to 'games')
-rw-r--r--games/gemdropx/patches/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/gemdropx/patches/patch-ac b/games/gemdropx/patches/patch-ac
new file mode 100644
index 00000000000..cb4b596d5d8
--- /dev/null
+++ b/games/gemdropx/patches/patch-ac
@@ -0,0 +1,14 @@
+Fixes typo reported in PR pkg/5864 by
+Mason Loring Bliss <mason@acheron.middleboro.ma.us>
+
+--- gemdropx.c.orig Tue Jul 28 09:30:24 1998
++++ gemdropx.c Tue Jul 28 09:30:38 1998
+@@ -1872,7 +1872,7 @@
+
+ /* Setup: */
+
+- printf("Conneting to server \"%s\"\n", server);
++ printf("Connecting to server \"%s\"\n", server);
+ setup(server);
+
+