Skip to content

Commit 32228f5

Browse files
committed
fix typo in error message
1 parent 55bea31 commit 32228f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/DependencyControl.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class DependencyControl
4848
timer: "DependencyControl initialization took %f seconds so far..."
4949
}
5050
uninstall: {
51-
noVirtualOrUnmanaged: "Can't uninstall %s %s '%s'. (Only installed scripts managed by #{@@_name} can be uninstalled)."
51+
noVirtualOrUnmanaged: "Can't uninstall %s %s '%s'. (Only installed scripts managed by #{@@__name} can be uninstalled)."
5252
}
5353
writeConfig: {
5454
error: "An error occured while writing the #{@@__name} config file: %s"

0 commit comments

Comments
 (0)