aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2010-11-22 19:09:59 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:12 -0300
commit5e5eba2c5c8bb8558c6df1dd9bef18f3d531a476 (patch)
tree655a9109401cf7586fab13db6211a43ca092d632 /typesystem.cpp
parentfc170a368630a90a74fea796aa20f8f2c7fe7cc5 (diff)
Fixes spelling on warning message.
Diffstat (limited to 'typesystem.cpp')
-rw-r--r--typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/typesystem.cpp b/typesystem.cpp
index 063a4e53e..ead70daa5 100644
--- a/typesystem.cpp
+++ b/typesystem.cpp
@@ -989,7 +989,7 @@ bool Handler::startElement(const QString &, const QString &n,
} else {
ReportHandler::warning("File containing conversion code for "
+ topElement.entry->name()
- + " type does not exist or is not redable: "
+ + " type does not exist or is not readable: "
+ sourceFile);
}
}