diff options
author | hubertf <hubertf> | 1998-07-28 07:22:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-07-28 07:22:25 +0000 |
commit | f73062b7c0ed85949d2ff2d95e5813990b3059c7 (patch) | |
tree | 1092fc0e6bd5390e580d179c1c87d7260799b3e6 /games | |
parent | bfeaabf3a869fa2e2c50ef782e462bdb9b91291f (diff) | |
download | pkgsrc-f73062b7c0ed85949d2ff2d95e5813990b3059c7.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-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); + + |