X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fclient%2Fcommand_db.h;fp=src%2Fclient%2Fcommand_db.h;h=09273d145274830ea2d6871168ece26c6a114f64;hb=c53b42dfc7e4de104f9189428dd5b9a0d431c00a;hp=bed89c433c10e467762b587d3befa52ba4fd0fde;hpb=0ff9d0a37959c6f297d33c23fed0eb889114c4bc;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. */