diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-08-24 18:24:46 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-08-25 11:27:47 +0100 |
commit | c5dca7cf2b0423f152c6e81a503cc9639b08f09f (patch) | |
tree | 79152766b25a399806bc474e99f9a3e6c81fc341 /src/modules/reserve-monitor.h | |
parent | 231645d4fc247d9adf06549d087a0a1fb73b9c46 (diff) |
More spelling fixes
Diffstat (limited to 'src/modules/reserve-monitor.h')
-rw-r--r-- | src/modules/reserve-monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/reserve-monitor.h b/src/modules/reserve-monitor.h index 3408680fe..85a7ebb18 100644 --- a/src/modules/reserve-monitor.h +++ b/src/modules/reserve-monitor.h @@ -45,7 +45,7 @@ typedef void (*rm_change_cb_t)(rm_monitor *m); * DBus error might be set as well if the error was caused D-Bus. */ int rm_watch( rm_monitor **m, /* On success a pointer to the newly allocated rm_device object will be filled in here */ - DBusConnection *connection, /* Session bus (when D-Bus learns about user busses we should switchg to user busses) */ + DBusConnection *connection, /* Session bus (when D-Bus learns about user busses we should switch to user busses) */ const char *device_name, /* The device to monitor, e.g. "Audio0" */ rm_change_cb_t change_cb, /* Will be called whenever the lock status changes. May be NULL */ DBusError *error); /* If we fail due to a D-Bus related issue the error will be filled in here. May be NULL. */ |