From 3c1e30b77df4f34c4954bff37a08439ace7f2434 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Wed, 14 May 2014 14:15:38 -0400 Subject: Correct common misspellings, and remove some ASCII art along the way. Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold Tested-by: LibreOffice gerrit bot --- helpcompiler/source/BasCodeTagger.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcompiler/source/BasCodeTagger.cxx') diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index c1a94cf9934c..8d00056bffca 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -185,7 +185,7 @@ void BasicCodeTagger::tagBasicCodes() } catch (TaggerException &ex) { - std::cout << "BasCodeTagger error occured. Error code:" << ex << std::endl; + std::cout << "BasCodeTagger error occurred. Error code:" << ex << std::endl; } //tag basic code paragraphs in tag -- cgit