From 0bc7f0a810cb680909e02e42b018529e5aded69b Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 3 Mar 2009 13:49:47 +0100 Subject: fixed typo --- lib/MiddleWare/MiddleWare.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/MiddleWare/MiddleWare.cpp') diff --git a/lib/MiddleWare/MiddleWare.cpp b/lib/MiddleWare/MiddleWare.cpp index 477bd14..20ee48a 100644 --- a/lib/MiddleWare/MiddleWare.cpp +++ b/lib/MiddleWare/MiddleWare.cpp @@ -306,12 +306,12 @@ int CMiddleWare::SaveDebugDump(const std::string& pDebugDumpDir, crash_info_t& p else { package = "kernel"; - description = "The Linux kernel" + description = "The Linux kernel"; description += "\n\n"; description += "The kernel contains the Linux kernel (vmlinuz), the core of any" "Linux operating system. The kernel handles the basic functions" "of the operating system: memory allocation, process allocation, device" - "input and output, etc." + "input and output, etc."; } dd.SaveText(FILENAME_PACKAGE, package); dd.SaveText(FILENAME_DESCRIPTION, description); -- cgit