aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils/iterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/utils/iterator.h')
-rw-r--r--src/libstrongswan/utils/iterator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/utils/iterator.h b/src/libstrongswan/utils/iterator.h
index 79e23ab3f..34e48eeef 100644
--- a/src/libstrongswan/utils/iterator.h
+++ b/src/libstrongswan/utils/iterator.h
@@ -59,7 +59,7 @@ struct iterator_t {
* @param this calling object
* @param[out] value item
* @return
- * - TRUE, if more elements are avaiable,
+ * - TRUE, if there was an element available,
* - FALSE otherwise
*/
bool (*iterate) (iterator_t *this, void** value);
@@ -72,7 +72,7 @@ struct iterator_t {
*
* @param this calling object
* @return
- * - TRUE, if more elements are avaiable,
+ * - TRUE, if more elements are available,
* - FALSE otherwise
*/
bool (*has_next) (iterator_t *this);