]> skyeroc.xyz Git - dgamelaunch/commitdiff
Minor typo fix.
authorPasi Kallinen <paxed@alt.org>
Thu, 15 Oct 2009 15:11:54 +0000 (15:11 +0000)
committerPasi Kallinen <paxed@alt.org>
Thu, 15 Oct 2009 15:11:54 +0000 (15:11 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@465 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

TODO
dgamelaunch.c

diff --git a/TODO b/TODO
index 94edd3427a49c8b0143d6ff5001ccd8482cbf504..52b3b576261a3cfdd8a7c2b06ee6e211820ff6dc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,4 @@
+-update virus to the newest version.
 -inprogress-dir config option prepends the dgl-root dir, other
  config dirs do not. unify.
 -allow changing the name where the ttyrecs are saved, like
index 2ee1969ae1b343ddd0913a88b813e0c27e50511a..c4117c8a53dcfac6010ce1665c79237b11d4a444 100644 (file)
@@ -475,7 +475,7 @@ inprogressmenu (int gameid)
                         games[menuchoice - 97 + offset]->ttyrec_fn);
               chosen_name = strdup (games[menuchoice - 97 + offset]->name);
 
-              /* reuse thie char* */
+              /* reuse the char* */
               replacestr = strchr (ttyrecname, ':');
 
               if (!replacestr)