home · contact · privacy
Minor spelling correction.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 28 Apr 2013 04:27:39 +0000 (06:27 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 28 Apr 2013 04:27:39 +0000 (06:27 +0200)
roguelike.c

index b571edc088bae4995ba455c88c484d54165ef140..e2c5474869a7132eb64d19797ad059b8593e0afd 100644 (file)
@@ -268,7 +268,7 @@ void init_keybindings(struct World * world) {
   world->keyswindata = keyswindata; }
 
 void save_keybindings(struct World * world) {
-// Write keybidings to keybindings file.
+// Write keybindings to keybindings file.
   struct KeysWinData * keyswindata = (struct KeysWinData *) world->keyswindata;
   struct KeyBinding * keybindings = world->keybindings;
   FILE * file = fopen("keybindings", "w");