X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.h;h=09273d145274830ea2d6871168ece26c6a114f64;hb=a3c8dd9de99c7c77ad8218c3767abd4475c3dab6;hp=bed89c433c10e467762b587d3befa52ba4fd0fde;hpb=6245b251886853269262bc77d0f0378c28e241bc;p=plomrogue diff --git a/src/client/command_db.h b/src/client/command_db.h index bed89c4..09273d1 100644 --- a/src/client/command_db.h +++ b/src/client/command_db.h @@ -33,7 +33,7 @@ struct CommandDB */ extern struct Command * get_command(char * dsc_short); -/* Reads in CommandDB config file. */ +/* Read in CommandDB config file. */ extern void init_command_db(); /* Free all memory allocated with init_command_db. */