mirror of
https://github.com/znc/znc.git
synced 2026-07-30 21:43:49 +02:00
Fixed typo - thanks Kuja
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@555 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -121,12 +121,12 @@ int main(int argc, char** argv, char** envp) {
|
||||
args[1] = NULL;
|
||||
args[2] = NULL;
|
||||
} else {
|
||||
CUtils::PrintError("Unable to lauch znc [Try manually restarting]");
|
||||
CUtils::PrintError("Unable to launch znc [Try manually restarting]");
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (execve(*argv, args, envp) == -1) {
|
||||
CUtils::PrintError("Unable to lauch znc [" + CString(strerror(errno)) + "]");
|
||||
CUtils::PrintError("Unable to launch znc [" + CString(strerror(errno)) + "]");
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user