From 614f85987282b786d943fcb448b54086ad3a27b1 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 28 Apr 2013 06:27:39 +0200 Subject: [PATCH] Minor spelling correction. --- roguelike.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2