summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Interpreter.h')
-rw-r--r--src/uscxml/Interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.h b/src/uscxml/Interpreter.h
index a22b7b8..81d12d0 100644
--- a/src/uscxml/Interpreter.h
+++ b/src/uscxml/Interpreter.h
@@ -70,7 +70,7 @@ catch (Event e) { \
} catch (boost::bad_weak_ptr e) { \
LOG(ERROR) << "Unclean shutdown " << std::endl << std::endl; \
} catch (...) { \
- LOG(ERROR) << "An exception occured when calling " #callback " on monitors"; \
+ LOG(ERROR) << "An exception occurred when calling " #callback " on monitors"; \
} \
if (_state == USCXML_DESTROYED) { \
throw boost::bad_weak_ptr(); \