Spelling mistake.

This commit is contained in:
Gregory Burd 2013-03-08 10:29:54 -05:00
parent 137088ff55
commit 3cff357e49

View file

@ -101,7 +101,7 @@ start(Partition, Config) ->
ok = filelib:ensure_dir(filename:join(DataRoot, "x")), ok = filelib:ensure_dir(filename:join(DataRoot, "x")),
ConnectionOpts = [Config, ConnectionOpts = [Config,
{create, true}, {create, true},
{loging, true}, {logging, true},
{transactional, true}, {transactional, true},
{direct_io, ["data", "log"]}, {direct_io, ["data", "log"]},
{session_max, 128}, {session_max, 128},