diff options
Diffstat (limited to 'src/mod_configure.erl')
-rw-r--r-- | src/mod_configure.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_configure.erl b/src/mod_configure.erl index caf7f79b..ae72a193 100644 --- a/src/mod_configure.erl +++ b/src/mod_configure.erl @@ -415,7 +415,7 @@ set_form(["running nodes", ENode, "DB"], Lang, XData) -> Node -> lists:foreach( fun({SVar, SVals}) -> - % We believe that this is allowed only for good peoples + % We believe that this is allowed only for good people Table = list_to_atom(SVar), Type = case SVals of ["unknown"] -> unknown; |