Fix spelling
authorPeter D. Barnes, Jr. <barnes26@llnl.gov>
Mon, 06 Jul 2015 14:43:38 -0700
changeset 11527 cce58c7897d1
parent 11526 90855bfd1cda
child 11528 18fe8ee3acbe
Fix spelling
src/core/model/abort.h
--- a/src/core/model/abort.h	Wed Jul 22 23:19:22 2015 +0200
+++ b/src/core/model/abort.h	Mon Jul 06 14:43:38 2015 -0700
@@ -37,8 +37,8 @@
  * \param msg The message to output when this macro is hit.
  *
  * This macro is essentially equivalent to NS_FATAL_ERROR,
- * excepts it prepends the error message with the string
- * "aborted. ". When this macro is hit a runtime, the
+ * except it prepends the error message with the string
+ * "aborted. ". When this macro is hit at runtime, the
  * program will be halted using \c std::terminate, which
  * triggers clean up code registered by \c std::set_terminate.
  *