summaryrefslogtreecommitdiff
path: root/src/common/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/conf.h')
-rw-r--r--src/common/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/conf.h b/src/common/conf.h
index e5b637e47..7c275bec2 100644
--- a/src/common/conf.h
+++ b/src/common/conf.h
@@ -10,7 +10,7 @@
#include "../../3rdparty/libconfig/libconfig.h"
/**
- * The libconfig interface -- specially for plugins, but we enforce it throughought the core to be consistent
+ * The libconfig interface -- specially for plugins, but we enforce it throughout the core to be consistent
**/
struct libconfig_interface {
int (*read) (config_t *config, FILE *stream);