diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-20 10:23:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-20 12:35:10 +0200 |
commit | f61cff7f039153c1296ea823316fbebee6c895a8 (patch) | |
tree | 31d143338e631cb33b9622b1ec82ea0be6e5e3e0 /vcl/unx | |
parent | 75ecad2b30c8d564444355f0aaaf1ec093ed16cc (diff) |
Fix typos
Change-Id: I1048bea42c66b81244021aa2188e5dfe2ce6e83d
Reviewed-on: https://gerrit.libreoffice.org/57768
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/print/genprnpsp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/print/genprnpsp.cxx b/vcl/unx/generic/print/genprnpsp.cxx index d30a518457b5..58c70696fab1 100644 --- a/vcl/unx/generic/print/genprnpsp.cxx +++ b/vcl/unx/generic/print/genprnpsp.cxx @@ -569,8 +569,8 @@ bool PspSalInfoPrinter::SetPrinterData( ImplJobSetup* pJobSetup ) return true; } -// This function merges the independ driver data -// and sets the new independ data in pJobSetup +// This function merges the independent driver data +// and sets the new independent data in pJobSetup // Only the data must be changed, where the bit // in nGetDataFlags is set bool PspSalInfoPrinter::SetData( |