aboutsummaryrefslogtreecommitdiff
path: root/src/dash-entry.vala
diff options
context:
space:
mode:
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)