summaryrefslogtreecommitdiff
path: root/libs/audiographer/audiographer/throwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/audiographer/audiographer/throwing.h')
-rw-r--r--libs/audiographer/audiographer/throwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/audiographer/throwing.h b/libs/audiographer/audiographer/throwing.h
index ecf7aecd49..8bd8415560 100644
--- a/libs/audiographer/audiographer/throwing.h
+++ b/libs/audiographer/audiographer/throwing.h
@@ -26,7 +26,7 @@ enum /*LIBAUDIOGRAPHER_API*/ ThrowLevel
};
/** Class that allows optimizing out error checking during compile time.
- * Usage: to take all advantage of this class you should wrap all
+ * Usage: to take all advantage of this class you should wrap all
* throwing statemets like this:
* \code
* if (throw_level (SomeThrowLevel) && other_optional_conditionals) {