aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ocaml/xenstored/xenstored.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ocaml/xenstored/xenstored.ml')
-rw-r--r--tools/ocaml/xenstored/xenstored.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ocaml/xenstored/xenstored.ml b/tools/ocaml/xenstored/xenstored.ml
index fdea41a3bb..64cc106461 100644
--- a/tools/ocaml/xenstored/xenstored.ml
+++ b/tools/ocaml/xenstored/xenstored.ml
@@ -86,7 +86,7 @@ let parse_config filename =
("quota-maxentity", Config.Set_int Quota.maxent);
("quota-maxsize", Config.Set_int Quota.maxsize);
("test-eagain", Config.Set_bool Transaction.test_eagain);
- ("persistant", Config.Set_bool Disk.enable);
+ ("persistent", Config.Set_bool Disk.enable);
("xenstored-log-file", Config.Set_string Logging.xenstored_log_file);
("xenstored-log-level", Config.String
(fun s -> Logging.xenstored_log_level := Logging.level_of_string s));