summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/dependency.h')
-rw-r--r--src/extension/dependency.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dependency.h b/src/extension/dependency.h
index 8f5dcc0c8..5e58fe06b 100644
--- a/src/extension/dependency.h
+++ b/src/extension/dependency.h
@@ -39,7 +39,7 @@ class Dependency {
/** \brief All of the possible locations to look for the dependency. */
enum location_t {
- LOCATION_PATH, /**< Look in the PATH for this depdendency */
+ LOCATION_PATH, /**< Look in the PATH for this dependency */
LOCATION_EXTENSIONS, /**< Look in the extensions directory */
LOCATION_ABSOLUTE, /**< This dependency is already defined in absolute terms */
LOCATION_CNT /**< Number of locations to look */