Fix phonebook comment to report CSCS

This commit is contained in:
Yang Gu 2009-07-27 13:56:22 +08:00 committed by Denis Kenzior
parent 57120b7156
commit ca403d273e
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ static void at_list_charsets_cb(gboolean ok, GAtResult *result,
if (!g_at_result_iter_next(&iter, "+CSCS:"))
goto error;
/* Some modems don't report CPBS in a proper list */
/* Some modems don't report CSCS in a proper list */
if (g_at_result_iter_open_list(&iter))
in_list = TRUE;