From: Christian Heller Date: Sun, 28 Apr 2013 04:27:39 +0000 (+0200) Subject: Minor spelling correction. X-Git-Tag: tce~1342 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=614f85987282b786d943fcb448b54086ad3a27b1;p=plomrogue Minor spelling correction. --- diff --git a/roguelike.c b/roguelike.c index b571edc..e2c5474 100644 --- a/roguelike.c +++ b/roguelike.c @@ -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");