/** Add a message to an existing stack of messages
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] fmt printf style format string.
* @param[in] ap Arguments for the error string.
*
/** Log to thread local error buffer
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] fmt printf style format string.
* If NULL clears any existing messages.
* @param[in] ap Arguments for the format string.
/** Add a message to an existing stack of messages at the tail
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] fmt printf style format string.
* @param[in] ap Arguments for the format string.
*
/** Add a message to an existing stack of messages at the head
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] fmt printf style format string.
* @param[in] ap Arguments for the format string.
*
/** Add an error marker to an existing stack of messages
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] subject to mark up.
* @param[in] offset Positive offset to show where the error
* should be positioned.
/** Add an error marker to an existing stack of messages at the tail
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] subject to mark up.
* @param[in] offset Positive offset to show where the error
* should be positioned.
/** Add an error marker to an existing stack of messages at the head
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] subject to mark up.
* @param[in] offset Positive offset to show where the error
* should be positioned.
/** Log to thread local error buffer
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] msg To add to error stack. Must have a
* lifetime equal to that of the program.
* @hidecallergraph
/** Add a message to an existing stack of messages
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] buffer to add the message to.
* @param[in] msg To add to error stack. Must have a
* lifetime equal to that of the program.
/** Add a message to an existing stack of messages at the tail
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] msg To add to error stack. Must have a
* lifetime equal to that of the program.
*
/** Add a message to an existing stack of messages at the head
*
* @param[in] file the error occurred in.
- * @parma[in] line the error occurred on.
+ * @param[in] line the error occurred on.
* @param[in] msg To add to error stack. Must have a
* lifetime equal to that of the program.
*