errors: fix typo

This commit is contained in:
Dan Williams
2009-06-29 17:35:15 -04:00
parent b38c3160ae
commit d929eb859b

View File

@@ -52,7 +52,7 @@ mm_modem_error_get_type (void)
if (etype == 0) { if (etype == 0) {
static const GEnumValue values[] = { static const GEnumValue values[] = {
ENUM_ENTRY (MM_MODEM_ERROR_GENERAL, "Generial"), ENUM_ENTRY (MM_MODEM_ERROR_GENERAL, "General"),
ENUM_ENTRY (MM_MODEM_ERROR_OPERATION_NOT_SUPPORTED, "OperationNotSupported"), ENUM_ENTRY (MM_MODEM_ERROR_OPERATION_NOT_SUPPORTED, "OperationNotSupported"),
{ 0, 0, 0 } { 0, 0, 0 }
}; };