src/xcardconversions.h

Christian Mollekopf mollekopf at kolabsys.com
Wed May 8 17:42:33 CEST 2013


 src/xcardconversions.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 54b33ce70394dc2c5866cc745274fa7e76eaa395
Author: Christian Mollekopf <mollekopf at kolabsys.com>
Date:   Wed May 8 16:29:05 2013 +0200

    Fixed spelling

diff --git a/src/xcardconversions.h b/src/xcardconversions.h
index 6461556..47e01f1 100644
--- a/src/xcardconversions.h
+++ b/src/xcardconversions.h
@@ -199,7 +199,7 @@ cDateTime toDateTime(const std::string &input)
         ERROR("failed to convert: "+std::string(c.what()));
         return cDateTime();
     } catch (...) {
-        ERROR("failed to convert: unkown exception");
+        ERROR("failed to convert: unknown exception");
         return cDateTime();
     }
     return cDateTime(year, month, day, hour, minute, second, isUtc);





More information about the commits mailing list