Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Feb 25, 2015
1 parent d9a9671 commit 9030d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/log.h
Expand Up @@ -127,7 +127,7 @@ void fr_canonicalize_error(TALLOC_CTX *ctx, char **spaces, char **text, ssize_t
*
* Messages will always be written irrespective of the debugging level set with ``-x`` or ``-X``.
*
* @note If a REQUEST * is **NOT** available, these functions must be used.
* @note If a REQUEST * is **NOT** available, these macros **MUST** be used.
* @note These macros should only be used for important global events.
*
* **Debug categories**
Expand Down Expand Up @@ -190,7 +190,7 @@ void fr_canonicalize_error(TALLOC_CTX *ctx, char **spaces, char **text, ssize_t
*
* Messages will always be written irrespective of the debugging level set with ``-x`` or ``-X``.
*
* @note If a REQUEST * is available, these functions should be used.
* @note If a REQUEST * is available, these macros should be used.
* @note These macros should only be used for important global events.
*
* **Debug categories**
Expand Down

0 comments on commit 9030d0f

Please sign in to comment.