From: Christian Heller Date: Sat, 24 Aug 2013 04:53:16 +0000 (+0200) Subject: Corrected minor spelling error. X-Git-Tag: tce~1059 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=b1af9d56e78085b64a9825e5b3914dff118dea7c;p=plomrogue Corrected minor spelling error. --- diff --git a/src/windows.h b/src/windows.h index e556444..5f6a024 100644 --- a/src/windows.h +++ b/src/windows.h @@ -103,7 +103,7 @@ extern uint8_t init_win_meta(WINDOW * screen, struct WinMeta * wmeta); * invisible until appended to the chain of visible windows via append_win(). */ extern struct Win init_win(struct WinMeta * wmeta, char * title, - uint16_t height, uint16_t widtht, + uint16_t height, uint16_t width, void * data, void * func);