From 727cfb9b77b6363cc666074f39c7fa14def284ef Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Oct 2021 20:15:24 +0200 Subject: Fix some typos Signed-off-by: Elyes HAOUAS --- src/dash-entry.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dash-entry.vala') 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) -- cgit v1.2.3