Fix some Debian lintian spelling errors

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5262 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2018-03-11 13:38:41 +00:00
parent cbfd8fbc59
commit bfa706ca29
8 changed files with 16 additions and 16 deletions

View File

@@ -242,7 +242,7 @@ bool QETTitleBlockTemplateEditor::edit(QETProject *project, const QString &templ
/**
@param file_path Path of the template file to edit.
@return false if a problem occured while opening the template, true otherwise.
@return false if a problem occurred while opening the template, true otherwise.
*/
bool QETTitleBlockTemplateEditor::edit(const QString &file_path) {
// get title block template object from the file, edit it
@@ -268,7 +268,7 @@ bool QETTitleBlockTemplateEditor::edit(const QString &file_path) {
/**
@param tbt Title block template to be edited
@return false if a problem occured while opening the template, true otherwise.
@return false if a problem occurred while opening the template, true otherwise.
*/
bool QETTitleBlockTemplateEditor::editCopyOf(const TitleBlockTemplate *tbt) {
if (!tbt) return(false);
@@ -277,7 +277,7 @@ bool QETTitleBlockTemplateEditor::editCopyOf(const TitleBlockTemplate *tbt) {
/**
@param tbt Title block template to be directly edited
@return false if a problem occured while opening the template, true otherwise.
@return false if a problem occurred while opening the template, true otherwise.
*/
bool QETTitleBlockTemplateEditor::edit(TitleBlockTemplate *tbt) {
if (!tbt) return(false);