aboutsummaryrefslogtreecommitdiffstats
path: root/src/dumm/dumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dumm/dumm.h')
-rw-r--r--src/dumm/dumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dumm/dumm.h b/src/dumm/dumm.h
index 349e6f11b..5414f9993 100644
--- a/src/dumm/dumm.h
+++ b/src/dumm/dumm.h
@@ -72,7 +72,7 @@ struct dumm_t {
/**
* @brief Loads a template, create a new one if it does not exist.
*
- * @param name name of the template, NULL to clonse
+ * @param name name of the template, NULL to close
* @return FALSE if load/create failed
*/
bool (*load_template)(dumm_t *this, char *name);