diff options
Diffstat (limited to 'libnm')
-rw-r--r-- | libnm/nm-active-connection.c | 2 | ||||
-rw-r--r-- | libnm/nm-client.c | 6 | ||||
-rw-r--r-- | libnm/nm-device.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/libnm/nm-active-connection.c b/libnm/nm-active-connection.c index ade2edbe73..3a38c2a50c 100644 --- a/libnm/nm-active-connection.c +++ b/libnm/nm-active-connection.c @@ -158,7 +158,7 @@ nm_active_connection_get_connection_type (NMActiveConnection *connection) * * Gets the path of the "specific object" used at activation. * - * Currently there is no single method that will allow you to automatically turn + * Currently, there is no single method that will allow you to automatically turn * this into an appropriate #NMObject; you need to know what kind of object it * is based on other information. (Eg, if @connection corresponds to a Wi-Fi * connection, then the specific object will be an #NMAccessPoint, and you can diff --git a/libnm/nm-client.c b/libnm/nm-client.c index d7f61152dc..48e555599a 100644 --- a/libnm/nm-client.c +++ b/libnm/nm-client.c @@ -2580,7 +2580,7 @@ _obj_handle_dbus_iface_changes (NMClient *self, nm_assert (db_prop_data < &db_iface_data->prop_datas[db_iface_data->dbus_iface.meta->n_dbus_properties]); nm_assert (db_prop_data->prop_data_value); - /* Currently NMLDBusObject forgets about the variant. Theoretically, it could cache + /* Currently, NMLDBusObject forgets about the variant. Theoretically, it could cache * it, but there is no need because we update the property in nmobj (which extracts and * keeps the property value itself). * @@ -5235,7 +5235,7 @@ nm_client_add_and_activate_connection_finish (NMClient *client, * track the activation to its completion. * * This is identical to nm_client_add_and_activate_connection_async() but takes - * a further @options parameter. Currently the following options are supported + * a further @options parameter. Currently, the following options are supported * by the daemon: * * "persist": A string describing how the connection should be stored. * The default is "disk", but it can be modified to "memory" (until @@ -5274,7 +5274,7 @@ nm_client_add_and_activate_connection2 (NMClient *client, * @result: the result passed to the #GAsyncReadyCallback * @error: location for a #GError, or %NULL * @out_result: (allow-none) (transfer full): the output result - * of type "a{sv}" returned by D-Bus' AddAndActivate2 call. Currently no + * of type "a{sv}" returned by D-Bus' AddAndActivate2 call. Currently, no * output is implemented yet. * * Gets the result of a call to nm_client_add_and_activate_connection2(). diff --git a/libnm/nm-device.c b/libnm/nm-device.c index daa23c763d..7dbaf370f3 100644 --- a/libnm/nm-device.c +++ b/libnm/nm-device.c @@ -2315,7 +2315,7 @@ nm_device_reapply_finish (NMDevice *device, /** * nm_device_get_applied_connection: * @device: a #NMDevice - * @flags: the flags argument. Currently this value must always be zero. + * @flags: the flags argument. Currently, this value must always be zero. * @version_id: (out) (allow-none): returns the current version id of * the applied connection * @cancellable: a #GCancellable, or %NULL @@ -2379,7 +2379,7 @@ nm_device_get_applied_connection (NMDevice *device, /** * nm_device_get_applied_connection_async: * @device: a #NMDevice - * @flags: the flags argument. Currently this value must always be zero. + * @flags: the flags argument. Currently, this value must always be zero. * @cancellable: a #GCancellable, or %NULL * @callback: callback to be called when the reapply operation completes * @user_data: caller-specific data passed to @callback |