summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAnton Arapov <aarapov@redhat.com>2009-09-23 10:25:47 +0200
committerAnton Arapov <aarapov@redhat.com>2009-09-23 10:25:47 +0200
commitae51ac391cb21242d5cd990b99c5d592cb84898d (patch)
tree56ebadcc89ef9f316fa90cc440f156702192c95c /lib
parent052032e08957edcdd91b3033645176eede20e7c2 (diff)
downloadabrt-ae51ac391cb21242d5cd990b99c5d592cb84898d.tar.gz
abrt-ae51ac391cb21242d5cd990b99c5d592cb84898d.tar.xz
abrt-ae51ac391cb21242d5cd990b99c5d592cb84898d.zip
kerneloops_reporter: fix the string
thanks to Andreas Frische <andreasfrische@gmail.com> for pointing this out.
Diffstat (limited to 'lib')
-rw-r--r--lib/Plugins/KerneloopsReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp
index 4dced9e3..e9967fd5 100644
--- a/lib/Plugins/KerneloopsReporter.cpp
+++ b/lib/Plugins/KerneloopsReporter.cpp
@@ -138,7 +138,7 @@ PLUGIN_INFO(REPORTER,
CKerneloopsReporter,
"KerneloopsReporter",
"0.0.1",
- "Sends the Kerneloops crash information to Kerneloopsoops.org",
+ "Sends the Kerneloops crash information to Kerneloops.org",
"anton@redhat.com",
"http://people.redhat.com/aarapov",
PLUGINS_LIB_DIR"/KerneloopsReporter.GTKBuilder");