Fix typo: Retreive -> Retrieve

This commit is contained in:
Joseph Herlant 2018-09-17 09:49:55 -07:00
parent b5fd854e52
commit 233713222c
No known key found for this signature in database
GPG key ID: 63F7800A23D7B252

View file

@ -61,7 +61,7 @@ int rtkit_make_high_priority(DBusConnection *system_bus, pid_t thread, int nice_
*/
int rtkit_get_max_realtime_priority(DBusConnection *system_bus);
/* Retreive the minimum value of nice level available. High prio requests
/* Retrieve the minimum value of nice level available. High prio requests
* below this value will fail. The returned value is a negative errno
* style error code, or 0 on success.*/
int rtkit_get_min_nice_level(DBusConnection *system_bus, int* min_nice_level);