summaryrefslogtreecommitdiff
path: root/vcl/source/window
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2020-09-08 13:55:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-08 18:59:18 +0200
commit18939aadf534f97b3650544345957a0bea46825c (patch)
tree972aa5a7d5aa3b5ef25729e04d6e5be1f4ee8120 /vcl/source/window
parent1a1908e8e5a57eebba83a9c91ffc84853cd0636a (diff)
Fix typo in code+comment (vaules->values)
Change-Id: I0d225f3defe3996b89640ddd4f61db1412f85dc9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102249 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/source/window')
-rw-r--r--vcl/source/window/printdlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx
index c210525b17f3..042e58c3a06a 100644
--- a/vcl/source/window/printdlg.cxx
+++ b/vcl/source/window/printdlg.cxx
@@ -2199,7 +2199,7 @@ PrintProgressDialog::PrintProgressDialog(weld::Window* i_pParent, int i_nMax)
mxButton->connect_clicked( LINK( this, PrintProgressDialog, ClickHdl ) );
// after this patch f7157f04fab298423e2c4f6a7e5f8e361164b15f, we have seen the calc Max string (sometimes) look above
- // now init to the right start vaules
+ // now init to the right start values
mxText->set_label(getNewLabel(maStr, mnCur, mnMax));
}