From: gregor herrmann Date: Tue, 2 Apr 2013 20:23:16 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: 0.6.0~22 X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/commitdiff_plain/a44d375b4d623b28bc72bbf9b6933bb2a6fed9f9 fix typo in comment --- diff --git a/src/mvc/event.cpp b/src/mvc/event.cpp index 58c217a..92f87c1 100644 --- a/src/mvc/event.cpp +++ b/src/mvc/event.cpp @@ -164,7 +164,7 @@ QMap Event::links() query.bindValue(":id", id()); query.bindValue(":conf", conferenceId()); query.exec(); - // TODO: handle qeury error + // TODO: handle query error //qDebug() << query.lastError(); while(query.next())