From: Pasi Kallinen Date: Thu, 15 Oct 2009 15:11:54 +0000 (+0000) Subject: Minor typo fix. X-Git-Tag: v1.6.1-roc-dev~243 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=2b6b21cb51906c3adc00d0b13c875481b0808173;p=dgamelaunch Minor typo fix. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@465 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/TODO b/TODO index 94edd34..52b3b57 100644 --- 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 diff --git a/dgamelaunch.c b/dgamelaunch.c index 2ee1969..c4117c8 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -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)