diff options
| author | Stephen Blott | 2016-01-19 06:30:42 +0000 |
|---|---|---|
| committer | Stephen Blott | 2016-01-19 06:30:42 +0000 |
| commit | 3286686b695918c315604cb6568826c4026c7693 (patch) | |
| tree | cd512e1fd7707c2c2be900a3cfe365cfc7c93547 | |
| parent | c83d07f18a6a5a10f1f070e3d95ffe9ab10e4b03 (diff) | |
| parent | c16f60eb08619d20e13d8cf9344371d81c1bfcab (diff) | |
| download | vimium-3286686b695918c315604cb6568826c4026c7693.tar.bz2 | |
Merge pull request #1934 from georgemillo/patch-1
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. */ /* |
