From 4c0735830be6ebf83ce562025fdb34dfd036948e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 24 Jan 2018 18:42:23 +0100 Subject: Fix typos Change-Id: Ieef0e3f21eb12cb5b72d39da4bc0a8c60dd0d5ce Reviewed-on: https://gerrit.libreoffice.org/48545 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- vcl/source/window/printdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/source/window/printdlg.cxx b/vcl/source/window/printdlg.cxx index bd927d6a224c..7eff568b418f 100644 --- a/vcl/source/window/printdlg.cxx +++ b/vcl/source/window/printdlg.cxx @@ -1773,7 +1773,7 @@ IMPL_LINK( PrintDialog, UIOption_CheckHdl, CheckBox&, i_rBox, void ) IMPL_LINK( PrintDialog, UIOption_RadioHdl, RadioButton&, i_rBtn, void ) { // this handler gets called for all radiobuttons that get unchecked, too - // however we only want one notificaction for the new value (that is for + // however we only want one notification for the new value (that is for // the button that gets checked) if( i_rBtn.IsChecked() ) { -- cgit