summaryrefslogtreecommitdiff
path: root/lib/tools.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tools.tcl')
-rw-r--r--lib/tools.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools.tcl b/lib/tools.tcl
index 6ae63b6c7c..95e6e5553e 100644
--- a/lib/tools.tcl
+++ b/lib/tools.tcl
@@ -146,7 +146,7 @@ proc tools_complete {fullname w {ok 1}} {
}
if {$ok} {
- set msg [mc "Tool completed succesfully: %s" $fullname]
+ set msg [mc "Tool completed successfully: %s" $fullname]
} else {
set msg [mc "Tool failed: %s" $fullname]
}