summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 13:49:47 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 13:49:47 +0100
commit0bc7f0a810cb680909e02e42b018529e5aded69b (patch)
treefb42e8a64afc7594d719b39eff3afcaf9e2067bb
parent25cac9fce0ea9a3bb1e642255087f16d1872ee7c (diff)
downloadabrt-0bc7f0a810cb680909e02e42b018529e5aded69b.tar.gz
abrt-0bc7f0a810cb680909e02e42b018529e5aded69b.tar.xz
abrt-0bc7f0a810cb680909e02e42b018529e5aded69b.zip
fixed typo
-rw-r--r--lib/MiddleWare/MiddleWare.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MiddleWare/MiddleWare.cpp b/lib/MiddleWare/MiddleWare.cpp
index 477bd141..20ee48a9 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);