aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/install.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua
index 415186ba..6d457fc2 100644
--- a/src/luarocks/install.lua
+++ b/src/luarocks/install.lua
@@ -143,7 +143,7 @@ function install.install_binary_rock_deps(rock_file, deps_mode)
143 if err then return nil, err, errcode end 143 if err then return nil, err, errcode end
144 144
145 util.printout() 145 util.printout()
146 util.printout("Succesfully nstalling dependencies for " ..name.." "..version) 146 util.printout("Succesfully installed dependencies for " ..name.." "..version)
147 147
148 return name, version 148 return name, version
149end 149end