[epiphany/mcatanzaro/passwords: 3/15] ephy.js: Fix abbreviation



commit 9f0d1d90ac9e146e469cffe74ed746a34010217d
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Mar 3 15:30:10 2019 -0600

    ephy.js: Fix abbreviation

 embed/web-extension/resources/js/ephy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/web-extension/resources/js/ephy.js b/embed/web-extension/resources/js/ephy.js
index e1d11ed61..8da816d1c 100644
--- a/embed/web-extension/resources/js/ephy.js
+++ b/embed/web-extension/resources/js/ephy.js
@@ -298,7 +298,7 @@ Ephy.hasModifiedForms = function()
                 // A small heuristic here. If there's only one input element
                 // modified and it does not have a lot of text the user is
                 // likely not very interested in saving this work, so do
-                // nothing (eg, google search input).
+                // nothing (e.g. google search input).
                 if (element.value.length > 50)
                     return true;
                 if (modifiedInputElement)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]