diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-03 13:49:47 +0100 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-03-03 13:49:47 +0100 |
| commit | 0bc7f0a810cb680909e02e42b018529e5aded69b (patch) | |
| tree | fb42e8a64afc7594d719b39eff3afcaf9e2067bb /lib/MiddleWare/MiddleWare.cpp | |
| parent | 25cac9fce0ea9a3bb1e642255087f16d1872ee7c (diff) | |
| download | abrt-0bc7f0a810cb680909e02e42b018529e5aded69b.tar.gz abrt-0bc7f0a810cb680909e02e42b018529e5aded69b.tar.xz abrt-0bc7f0a810cb680909e02e42b018529e5aded69b.zip | |
fixed typo
Diffstat (limited to 'lib/MiddleWare/MiddleWare.cpp')
| -rw-r--r-- | lib/MiddleWare/MiddleWare.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
