summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2017-11-22 16:55:43 +1300
committerRobert Ancell <robert.ancell@canonical.com>2017-11-22 16:55:43 +1300
commit1a3b798fc7f753b99b3b12686220b1126039a367 (patch)
tree8666c1519b16009c0e729cd4ece62db9c67883a0 /liblightdm-gobject
parent1677e594f0c89923955f01a68b8978cb87538a81 (diff)
downloadlightdm-git-1a3b798fc7f753b99b3b12686220b1126039a367.tar.gz
Fix typos in docstrings
Diffstat (limited to 'liblightdm-gobject')
-rw-r--r--liblightdm-gobject/greeter.c2
-rw-r--r--liblightdm-gobject/system.c2
-rw-r--r--liblightdm-gobject/user.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/liblightdm-gobject/greeter.c b/liblightdm-gobject/greeter.c
index abe4a9ca..223ac46b 100644
--- a/liblightdm-gobject/greeter.c
+++ b/liblightdm-gobject/greeter.c
@@ -1355,7 +1355,7 @@ lightdm_greeter_get_autologin_guest_hint (LightDMGreeter *greeter)
* lightdm_greeter_get_autologin_timeout_hint:
* @greeter: A #LightDMGreeter
*
- * Get the number of seconds to wait before automaitcally logging in.
+ * Get the number of seconds to wait before automatically logging in.
*
* Return value: The number of seconds to wait before automatically logging in or 0 for no timeout.
*/
diff --git a/liblightdm-gobject/system.c b/liblightdm-gobject/system.c
index 9ff8ffd1..0e677462 100644
--- a/liblightdm-gobject/system.c
+++ b/liblightdm-gobject/system.c
@@ -15,7 +15,7 @@
/**
* SECTION:system
* @title: System Information
- * @short_description: Get system infomation
+ * @short_description: Get system information
* @include: lightdm.h
*
* Helper functions to get system information.
diff --git a/liblightdm-gobject/user.c b/liblightdm-gobject/user.c
index fe52b9cb..42f99ef8 100644
--- a/liblightdm-gobject/user.c
+++ b/liblightdm-gobject/user.c
@@ -251,7 +251,7 @@ lightdm_user_list_get_users (LightDMUserList *user_list)
* @user_list: A #LightDMUserList
* @username: Name of user to get.
*
- * Get infomation about a given user or #NULL if this user doesn't exist.
+ * Get information about a given user or #NULL if this user doesn't exist.
*
* Return value: (transfer none): A #LightDMUser entry for the given user.
**/