diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gemdropx/patches/patch-ac | 14 |
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); + + |