]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
DBus: Fix some typos on comments
authorJouni Malinen <j@w1.fi>
Sun, 12 Jun 2011 22:09:32 +0000 (15:09 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 12 Jun 2011 22:09:32 +0000 (15:09 -0700)
wpa_supplicant/dbus/dbus_new.c

index 1340f505e2f12cb39fc5f5bed1437e35fff83427..5e9ef6a9cd157c58cb8ecb84aefa8c3ea5aff704 100644 (file)
@@ -1289,7 +1289,7 @@ error:
  * @wpa_s: %wpa_supplicant network interface data
  * @property: indicates which property has changed
  *
- * Sends ProertyChanged signals with path, interface and arguments
+ * Sends PropertyChanged signals with path, interface and arguments
  * depending on which property has changed.
  */
 void wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s,
@@ -1405,7 +1405,7 @@ void wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s,
  * wpas_dbus_signal_debug_level_changed - Signals change of debug param
  * @global: wpa_global structure
  *
- * Sends ProertyChanged signals informing that debug level has changed.
+ * Sends PropertyChanged signals informing that debug level has changed.
  */
 void wpas_dbus_signal_debug_level_changed(struct wpa_global *global)
 {
@@ -1419,7 +1419,7 @@ void wpas_dbus_signal_debug_level_changed(struct wpa_global *global)
  * wpas_dbus_signal_debug_timestamp_changed - Signals change of debug param
  * @global: wpa_global structure
  *
- * Sends ProertyChanged signals informing that debug timestamp has changed.
+ * Sends PropertyChanged signals informing that debug timestamp has changed.
  */
 void wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global)
 {
@@ -1433,7 +1433,7 @@ void wpas_dbus_signal_debug_timestamp_changed(struct wpa_global *global)
  * wpas_dbus_signal_debug_show_keys_changed - Signals change of debug param
  * @global: wpa_global structure
  *
- * Sends ProertyChanged signals informing that debug show_keys has changed.
+ * Sends PropertyChanged signals informing that debug show_keys has changed.
  */
 void wpas_dbus_signal_debug_show_keys_changed(struct wpa_global *global)
 {