summaryrefslogtreecommitdiffstats
path: root/backends/nc-backend.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backends/nc-backend.sh')
-rwxr-xr-xbackends/nc-backend.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/nc-backend.sh b/backends/nc-backend.sh
index 7280f86a..65704b98 100755
--- a/backends/nc-backend.sh
+++ b/backends/nc-backend.sh
@@ -49,7 +49,7 @@ listen_save_replay_forever() {
if [ ${ret} -eq 0 ]
then
- log "Successfuly sent the metrics to ${real_backend_host}:${real_backend_port}"
+ log "Successfully sent the metrics to ${real_backend_host}:${real_backend_port}"
mv "${file}" "${file}.old"
touch "${file}"
else