diff options
| author | George Millo | 2016-01-18 22:25:03 +0100 |
|---|---|---|
| committer | George Millo | 2016-01-18 22:25:03 +0100 |
| commit | c16f60eb08619d20e13d8cf9344371d81c1bfcab (patch) | |
| tree | cd512e1fd7707c2c2be900a3cfe365cfc7c93547 | |
| parent | c83d07f18a6a5a10f1f070e3d95ffe9ab10e4b03 (diff) | |
| download | vimium-c16f60eb08619d20e13d8cf9344371d81c1bfcab.tar.bz2 | |
Spelling fixes
| -rw-r--r-- | content_scripts/vimium.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index e02df7c2..f323cbd6 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -5,7 +5,7 @@ * * 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 try larger valeus if 2**31 empirically isn't large enough. + * value of a signed 32 bit int. Let's try larger values if 2**31 empirically isn't large enough. */ /* |
