From 1dcd4ab652db358b5eeae9e73b56125fe54e2a33 Mon Sep 17 00:00:00 2001 From: xavier Date: Fri, 23 Dec 2011 17:43:13 +0000 Subject: [PATCH] Fixed a typo in comments. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1402 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetproject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetproject.cpp b/sources/qetproject.cpp index 5443d8418..c849688fe 100644 --- a/sources/qetproject.cpp +++ b/sources/qetproject.cpp @@ -292,7 +292,7 @@ QList QETProject::embeddedTitleBlockTemplates() const { /** @param template_name Name of the requested template - @return the requested template, or 0 if there is no vltaid template of this + @return the requested template, or 0 if there is no valid template of this name within the project */ const TitleBlockTemplate *QETProject::getTemplateByName(const QString &template_name) {