summaryrefslogtreecommitdiff
path: root/libvaladoc
diff options
context:
space:
mode:
Diffstat (limited to 'libvaladoc')
-rw-r--r--libvaladoc/settings.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvaladoc/settings.vala b/libvaladoc/settings.vala
index 823dd5b20..67ef42aa0 100644
--- a/libvaladoc/settings.vala
+++ b/libvaladoc/settings.vala
@@ -91,9 +91,9 @@ public class Valadoc.Settings : Object {
public bool experimental_non_null;
/**
- * Use the given profile (dova, gobject, posix, ...) instead of the defaul
+ * Use the given profile (gobject, posix, ...) instead of the default
*/
- public string? profile;
+ public Vala.Profile profile;
/**
* Base source directory.