@@ -190,7 +190,7 @@ Methods:
The flags parameter is a dictionary containing provisioning
flags. Supported values are:
- boolean IVUpdate
+ boolean IvUpdate
When true, indicates that the network is in the
middle of IV Index Update procedure.
@@ -808,7 +808,7 @@ static struct l_dbus_message *import_call(struct l_dbus *dbus,
"Bad net index");
while (l_dbus_message_iter_next_entry(&iter_flags, &key, &var)) {
- if (!strcmp(key, "IVUpdate") &&
+ if (!strcmp(key, "IvUpdate") &&
l_dbus_message_iter_get_variant(&var, "b", &ivu))
continue;