loolwsd/LOOLBroker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit faa1fa47c72e91adbdfb2ac0e1c4adb3dfc9eeea Author: Andras Timar <[email protected]> Date: Wed Jan 6 11:11:23 2016 +0100 loowsd: typo: falied -> failed diff --git a/loolwsd/LOOLBroker.cpp b/loolwsd/LOOLBroker.cpp index 73075ac..b4ea7d8 100644 --- a/loolwsd/LOOLBroker.cpp +++ b/loolwsd/LOOLBroker.cpp @@ -785,7 +785,7 @@ int main(int argc, char** argv) forkCounter--; if (createLibreOfficeKit(sharePages, loSubPath, childId) < 0) - Log::error("Error: fork falied."); + Log::error("Error: fork failed."); forkMutex.unlock(); } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
