summaryrefslogtreecommitdiffstats
path: root/charts.d/tomcat.chart.sh
diff options
context:
space:
mode:
authorRuben Sainiuc <ruben.sainiuc@gmail.com>2017-11-16 09:43:52 +0200
committerRuben Sainiuc <ruben.sainiuc@gmail.com>2017-11-16 09:43:52 +0200
commit149ff9eee20635368a632576d74114894a8735ba (patch)
tree0bbc8549236d8f25a77b4f74bb0a24ce21f876a6 /charts.d/tomcat.chart.sh
parentfb78a3f099cc73de79c5e5aedc56036b9ec63ef8 (diff)
Fix typo
Diffstat (limited to 'charts.d/tomcat.chart.sh')
-rw-r--r--charts.d/tomcat.chart.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/charts.d/tomcat.chart.sh b/charts.d/tomcat.chart.sh
index 44a92c86e7..4ea6ae6839 100644
--- a/charts.d/tomcat.chart.sh
+++ b/charts.d/tomcat.chart.sh
@@ -46,7 +46,7 @@ tomcat_check() {
fi
if [ -z "${tomcat_user}" ]; then
# check backwards compatibility
- if [ -z "${tomcatUser}" ]; then
+ if [ -z "${tomcatUser}" ]; then
error "tomcat user is unset or set to the empty string"
return 1
else
@@ -114,7 +114,7 @@ EOF
return 0
}
-# _update is called continiously, to collect the values
+# _update is called continuously, to collect the values
tomcat_update() {
local reqs net
# the first argument to this function is the microseconds since last update