Merge branch 'master' into readline

This commit is contained in:
James Booth
2015-02-23 00:50:58 +00:00
11 changed files with 35 additions and 35 deletions

View File

@@ -722,7 +722,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;