home · contact · privacy
Client: Fit interface_conf to new config file style. Also, refactorings.
[plomrogue] / src / client / command_db.h
index bed89c433c10e467762b587d3befa52ba4fd0fde..09273d145274830ea2d6871168ece26c6a114f64 100644 (file)
@@ -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. */