diff options
Diffstat (limited to 'interface')
-rw-r--r-- | interface/README.md | 2 | ||||
-rw-r--r-- | interface/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface/README.md b/interface/README.md index 210f1b281..a56aa66b9 100644 --- a/interface/README.md +++ b/interface/README.md @@ -31,7 +31,7 @@ worker { count = 1; # Password for normal commands (use rspamadm pw) password = "$2$anydoddx67ggcs74owybhcwqsq3z67q4$udympbo8pfcfqkeiiuj7gegabk5jpt8edmhseujhar9ooyuzig5b"; - # Password for privilleged commands (use rspamadm pw) + # Password for privileged commands (use rspamadm pw) enable_password = "$2$nx6sqkxtewx9c5s3hxjmabaxdcr46pk9$45qajkbyqx77abapiqugpjpsojj38zcqn7xnp3ekqyu674koux4b"; # Path to webiu static files static_dir = "${WWWDIR}"; diff --git a/interface/index.html b/interface/index.html index d53a85e2d..b0727e136 100644 --- a/interface/index.html +++ b/interface/index.html @@ -407,7 +407,7 @@ <div class="row"> <div class="col-lg-6"> <div class="card bg-light shadow card-body card p-2"> - <p>Learn Bayessian classifier:</p> + <p>Learn Bayesian classifier:</p> <form class="form-inline"> <div class="form-group"> <div class="btn-group"> |