diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-11 15:44:49 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-11 15:45:04 +0200 |
commit | 74cd77b2294ae600576100fdb1b6ba36753c9a00 (patch) | |
tree | 60bd4769d5271cc1522654b82972c4d29e0165eb /vcl | |
parent | a680f3995744015cdfe18ac920b4607aa7690561 (diff) |
typo fix: wether -> whether
Change-Id: Iad4182d7150f851df06a7208a811d482351f736a
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/print/psheader.ps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/print/psheader.ps b/vcl/generic/print/psheader.ps index ebd93e1beba2..1a690a7b2628 100644 --- a/vcl/generic/print/psheader.ps +++ b/vcl/generic/print/psheader.ps @@ -50,7 +50,7 @@ begin currentfile 1 string readstring % s bool pop % s 0 get % s[0] - % --- check wether s[0] is CR, LF ... + % --- check whether s[0] is CR, LF ... dup 32 gt % s > ' ' ? then read on { exit } { pop } |