aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2014-12-15 09:14:41 -0800
committerPhil Crosby2014-12-15 09:14:41 -0800
commit8127e09f9917564a0b5da7ace9e8aa64692c7fb6 (patch)
treef96faefe132dc96c0273aea2d4baf3fe694aee40
parent48520ed14042a4cca9bdb5fbf72c6a2e62e17f42 (diff)
downloadvimium-8127e09f9917564a0b5da7ace9e8aa64692c7fb6.tar.bz2
Fix typo
-rw-r--r--content_scripts/vimium.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css
index a8ae5583..cdf47d6c 100644
--- a/content_scripts/vimium.css
+++ b/content_scripts/vimium.css
@@ -4,8 +4,8 @@
* Vimium dialogs.
*
* The z-indexes of Vimium elements are very large, because we always want them to show on top. Chrome may
- * support up to Number.MAX_VALUE, which is approximately 1.7976e+308. We're using 2**31, which is the max value of a singed 32 bit int.
- * Let's use try larger valeus if 2**31 empirically isn't large enough.
+ * support up to Number.MAX_VALUE, which is approximately 1.7976e+308. We're using 2^31, which is the max
+ * value of a singed 32 bit int. Let's try larger valeus if 2**31 empirically isn't large enough.
*/
/*