summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2022-08-27 13:55:10 +0000
committera1346054 <36859588+a1346054@users.noreply.github.com>2022-08-27 14:41:56 +0000
commit12776289e286ff9a3e7049364b55da4a86e4de14 (patch)
treea74156922074f15e992023ebfd090d7e45362316
parent4406e5289277792e4bf7389b0bffad95317e18a4 (diff)
downloadlightdm-gtk-greeter-git-12776289e286ff9a3e7049364b55da4a86e4de14.tar.gz
Fix typos
-rw-r--r--src/greeterbackground.c2
-rw-r--r--src/lightdm-gtk-greeter.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/greeterbackground.c b/src/greeterbackground.c
index 9a33b6b..b1666d8 100644
--- a/src/greeterbackground.c
+++ b/src/greeterbackground.c
@@ -747,7 +747,7 @@ greeter_background_set_active_monitor(GreeterBackground* background,
if (priv->active_monitor_change_in_progress)
return;
- /* Prevents infinite signal emmission between two monitors (LP: #1410406, #1509780)
+ /* Prevents infinite signal emission between two monitors (LP: #1410406, #1509780)
* There are some rare scenarios when using multiple monitors that cause the greeter
* to switch back and forth between the monitors indefinitely. By comparing the
* timestamp at this precision (1/10th of a second), this should no longer be
diff --git a/src/lightdm-gtk-greeter.c b/src/lightdm-gtk-greeter.c
index 88cc44b..83c69e7 100644
--- a/src/lightdm-gtk-greeter.c
+++ b/src/lightdm-gtk-greeter.c
@@ -198,7 +198,7 @@ static gchar* get_session (void);
static void set_session (const gchar *session);
void session_selected_cb (GtkMenuItem *menuitem, gpointer user_data);
-/* Sesion language */
+/* Session language */
static gchar *current_language;
static gchar* get_language (void);
static void set_language (const gchar *language);
@@ -1962,7 +1962,7 @@ xkl_xevent_filter (GdkXEvent *xev, GdkEvent *event, gpointer data)
}
#endif
-/* a11y indciator */
+/* a11y indicator */
void
a11y_font_cb (GtkCheckMenuItem *item)
@@ -2900,7 +2900,7 @@ main (int argc, char **argv)
out to relieve memory pressure."
With systemd version 239 the ulimit for RLIMIT_MEMLOCK was set to 16 MiB
- and therefore the mlockall call would fail. This is lucky becasue the subsequent mmap would not fail.
+ and therefore the mlockall call would fail. This is lucky because the subsequent mmap would not fail.
With systemd version 240 the RLIMIT_MEMLOCK is now set to 64 MiB
and now the mlockall no longer fails. However, it not possible to mmap in all