aboutsummaryrefslogtreecommitdiff
path: root/src/dash-entry.vala
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-10-05 20:15:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-06-27 08:00:10 +0200
commit727cfb9b77b6363cc666074f39c7fa14def284ef (patch)
treee04fd97d3f3729a2b75b21ab500b7b2ca811e870 /src/dash-entry.vala
parent2a52fce68050983b1d5bc3eddb0433c8f4a6dd48 (diff)
downloadarctica-greeter-727cfb9b77b6363cc666074f39c7fa14def284ef.tar.gz
arctica-greeter-727cfb9b77b6363cc666074f39c7fa14def284ef.tar.bz2
arctica-greeter-727cfb9b77b6363cc666074f39c7fa14def284ef.zip
Fix some typos
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'src/dash-entry.vala')
-rw-r--r--src/dash-entry.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dash-entry.vala b/src/dash-entry.vala
index 4bd8982..526b631 100644
--- a/src/dash-entry.vala
+++ b/src/dash-entry.vala
@@ -298,7 +298,7 @@ public class DashEntry : Gtk.Entry, Fadable
public override bool key_press_event (Gdk.EventKey event)
{
- // This is a workaroud for bug https://launchpad.net/bugs/944159
+ // This is a workaround for bug https://launchpad.net/bugs/944159
// The problem is that orca seems to not notice that it's in a password
// field on startup. We just need to kick orca in the pants.
if (ArcticaGreeter.singleton.orca_needs_kick)