mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-04 19:40:53 +01:00
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:
@@ -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);
|
||||
|
||||
@@ -229,7 +229,7 @@ QDomElement TitleBlockTemplatesProjectCollection::getTemplateXmlDescription(cons
|
||||
existing one.
|
||||
@param xml_elmt An \<titleblocktemplate\> XML element describing the
|
||||
template. Its "name" attribute must equal to template_name.
|
||||
@return false if a problem occured, true otherwise
|
||||
@return false if a problem occurred, true otherwise
|
||||
*/
|
||||
bool TitleBlockTemplatesProjectCollection::setTemplateXmlDescription(const QString &template_name, const QDomElement &xml_elmt) {
|
||||
// check basic stuff
|
||||
|
||||
Reference in New Issue
Block a user