diff --git a/yunohost b/yunohost index de174387..b3d72ac3 100755 --- a/yunohost +++ b/yunohost @@ -76,7 +76,7 @@ def str2fun(astr): try: func = getattr(mod, function) except NameError: - print 'Error: Function ' + category + '_' + action + '() is not been defined' + print 'Error: Function ' + category + '_' + action + '() is not defined' sys.exit(1) return func