From 8ae741f167efaa6d7567af1c6358f2f2467d6058 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 20 Feb 2012 18:29:31 +0000 Subject: oxenstored: Fix spelling of "persistent" config variable Change "persistant" to "persistent", in the code and the example/default config. Signed-off-by: Ian Jackson Acked-by: Ian Campbell Committed-by: Ian Jackson --- tools/ocaml/xenstored/oxenstored.conf | 2 +- tools/ocaml/xenstored/xenstored.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/ocaml') diff --git a/tools/ocaml/xenstored/oxenstored.conf b/tools/ocaml/xenstored/oxenstored.conf index 9616d32036..13ee770426 100644 --- a/tools/ocaml/xenstored/oxenstored.conf +++ b/tools/ocaml/xenstored/oxenstored.conf @@ -20,7 +20,7 @@ quota-maxwatch = 100 quota-transaction = 10 # Activate filed base backend -persistant = false +persistent = false # Xenstored logs # xenstored-log-file = /var/log/xenstored.log 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)); -- cgit v1.2.3