X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;ds=sidebyside;f=roguelike.c;h=e2c5474869a7132eb64d19797ad059b8593e0afd;hb=614f85987282b786d943fcb448b54086ad3a27b1;hp=b571edc088bae4995ba455c88c484d54165ef140;hpb=9db986d3c29a6e80f71c6ab6e6a5f850fc9d7d1b;p=plomrogue 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");