diff options
author | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2014-05-27 07:00:33 +0000 |
commit | bc9ddba9ef9abe23eadcdb51b2ce814c00c00639 (patch) | |
tree | 6266be92f31f93e7851b958a90b1f93c3aefbbe8 /include/apr_inherit.h | |
parent | f2be5817e9c3cb98a81689acb42dc6549ae0448f (diff) |
Notes
Diffstat (limited to 'include/apr_inherit.h')
-rw-r--r-- | include/apr_inherit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_inherit.h b/include/apr_inherit.h index b7f7480f1ff4..b9fe56fe4494 100644 --- a/include/apr_inherit.h +++ b/include/apr_inherit.h @@ -28,7 +28,7 @@ * Prototype for type-specific declarations of apr_foo_inherit_set * functions. * @remark Doxygen unwraps this macro (via doxygen.conf) to provide - * actual help for each specific occurance of apr_foo_inherit_set. + * actual help for each specific occurrence of apr_foo_inherit_set. * @remark the linkage is specified for APR. It would be possible to expand * the macros to support other linkages. */ @@ -40,7 +40,7 @@ * Prototype for type-specific declarations of apr_foo_inherit_unset * functions. * @remark Doxygen unwraps this macro (via doxygen.conf) to provide - * actual help for each specific occurance of apr_foo_inherit_unset. + * actual help for each specific occurrence of apr_foo_inherit_unset. * @remark the linkage is specified for APR. It would be possible to expand * the macros to support other linkages. */ |