diff options
Diffstat (limited to 'src/extension/dependency.h')
| -rw-r--r-- | src/extension/dependency.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/dependency.h b/src/extension/dependency.h index e97965cc5..1cba8aff9 100644 --- a/src/extension/dependency.h +++ b/src/extension/dependency.h @@ -47,10 +47,10 @@ class Dependency { /** \brief The location to look for this particular dependency. */ location_t _location; - /** \brief Strings to reperesent the different enum values in + /** \brief Strings to represent the different enum values in \c type_t in the XML */ static gchar const * _type_str[TYPE_CNT]; - /** \brief Strings to reperesent the different enum values in + /** \brief Strings to represent the different enum values in \c location_t in the XML */ static gchar const * _location_str[LOCATION_CNT]; |
