diff options
| author | Phil Crosby | 2010-01-23 15:33:25 -0800 |
|---|---|---|
| committer | Phil Crosby | 2010-01-30 00:52:49 -0800 |
| commit | 165c661b474424d8cfb42753ffa0ae7ac24ca768 (patch) | |
| tree | d51bb3e2607f8cd34a87b369649d743ee0448365 | |
| parent | de8936b179e4eea445e3ae4dc72be459536d5231 (diff) | |
| download | vimium-165c661b474424d8cfb42753ffa0ae7ac24ca768.tar.bz2 | |
Fix minor typo.
| -rw-r--r-- | vimiumFrontend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js index 8afa93eb..d4271824 100644 --- a/vimiumFrontend.js +++ b/vimiumFrontend.js @@ -513,7 +513,7 @@ HUD = { minWidth = "150px"; textAlign = "left"; backgroundColor = "#ebebeb"; - fontWieght = "normal"; + fontWeight = "normal"; fontSize = "11px"; padding = "3px 3px 2px 3px"; border = "1px solid #b3b3b3"; |
