X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=cheat.c;h=df9ab5b9af03b0c501e24282969fdaee2d1976ea;hb=0ffb2978016618ce2ac500a098de7566d0b37add;hp=7d9474a22b7ffed6d2c64a6f08c974fda1b8fa7f;hpb=6f7c5743c6352bbbf749a9a5dc32e1478e5a950d;p=open-adventure.git diff --git a/cheat.c b/cheat.c index 7d9474a..df9ab5b 100644 --- a/cheat.c +++ b/cheat.c @@ -1,7 +1,7 @@ /* * 'cheat' is a tool for generating save game files to test states that ought * not happen. It leverages chunks of advent, mostly initialize() and - * savefile(), so we know we're always outputing save files that advent + * savefile(), so we know we're always outputting save files that advent * can import. * * Copyright (c) 1977, 2005 by Will Crowther and Don Woods @@ -99,7 +99,7 @@ int main(int argc, char *argv[]) } // LCOV_EXCL_START -/* +/* * Ugh...unused, but required for linkage. * See the actually useful version of this in main.c */