diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /psprint_config | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'psprint_config')
-rw-r--r-- | psprint_config/configuration/psprint.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint_config/configuration/psprint.conf b/psprint_config/configuration/psprint.conf index 0906a85ae0eb..cbc4164b5273 100644 --- a/psprint_config/configuration/psprint.conf +++ b/psprint_config/configuration/psprint.conf @@ -24,7 +24,7 @@ ; if key is absent the default is 24 ; ColorDepth=24 -; ColorDevice: the default setting wether the device is color capable +; ColorDevice: the default setting whether the device is color capable ; possible values: 0: driver setting, -1: grey scale, 1: color ; if key is absent the default is 0 ; ColorDepth=0 @@ -46,7 +46,7 @@ ; Note: the following two key types are in the global section to provide ; defaults for newly added printers. -; PerformFontSubstitution: wether to replace downloadable fonts +; PerformFontSubstitution: whether to replace downloadable fonts ; with resident fonts or not PerformFontSubstitution=false @@ -98,7 +98,7 @@ Command= ; and therefore the application should not show its own dialog. ;Features= -; PerformFontSubstitution: wether to replace downloadable fonts +; PerformFontSubstitution: whether to replace downloadable fonts ; with resident fonts or not PerformFontSubstitution=false |