summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/ppdparser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/ppdparser.hxx')
-rw-r--r--vcl/inc/vcl/ppdparser.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/vcl/ppdparser.hxx b/vcl/inc/vcl/ppdparser.hxx
index 85219d1d48a7..15d1ecfe3907 100644
--- a/vcl/inc/vcl/ppdparser.hxx
+++ b/vcl/inc/vcl/ppdparser.hxx
@@ -301,7 +301,7 @@ class VCL_DLLPUBLIC PPDContext
const PPDParser* m_pParser;
// returns false: check failed, new value is constrained
- // true: check succeded, new value can be set
+ // true: check succeeded, new value can be set
bool checkConstraints( const PPDKey*, const PPDValue*, bool bDoReset );
bool resetValue( const PPDKey*, bool bDefaultable = false );
public: