Fixed spelling.

This commit is contained in:
Christian Storm
2015-02-17 10:52:37 +01:00
parent 0997bafeb9
commit a1d14c4526
11 changed files with 38 additions and 38 deletions

View File

@@ -690,7 +690,7 @@ win_show_info(ProfWin *window, PContact contact)
if (resources != NULL) {
win_save_print(window, '-', NULL, 0, 0, "", "Resources:");
// sort in order of availabiltiy
// sort in order of availability
GList *curr = resources;
while (curr != NULL) {
Resource *resource = curr->data;