summaryrefslogtreecommitdiff
path: root/games/gemdropx
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-07-28 07:22:25 +0000
committerhubertf <hubertf@pkgsrc.org>1998-07-28 07:22:25 +0000
commitba3ceb81e92dc6345571d0f534054bfe1103732f (patch)
tree1092fc0e6bd5390e580d179c1c87d7260799b3e6 /games/gemdropx
parent740012401e84b2f7a348b9b82454b0c6c4cd58e2 (diff)
downloadpkgsrc-ba3ceb81e92dc6345571d0f534054bfe1103732f.tar.gz
Fix typo reported in PR 5864 by
Mason Loring Bliss <mason@acheron.middleboro.ma.us>
Diffstat (limited to 'games/gemdropx')
-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);
+
+