From e7d724ebde6d9bea85331d726b9435934213699d Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 11 Mar 2012 16:06:27 +0000 Subject: [PATCH] Fixed a typo git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1557 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/titleblock/templatecommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/titleblock/templatecommands.h b/sources/titleblock/templatecommands.h index 5debf1394..3c7238c24 100644 --- a/sources/titleblock/templatecommands.h +++ b/sources/titleblock/templatecommands.h @@ -243,7 +243,7 @@ class ChangeTemplateInformationsCommand : public QUndoCommand { // attributes private: - /// chnged title block template + /// Changed title block template TitleBlockTemplate *tbtemplate_; /// Informations before they are modified QString old_information_;