summaryrefslogtreecommitdiffstats
path: root/src/gui/ConfBackend.py
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-10-07 16:08:48 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-10-07 16:08:48 +0200
commit4b0b36eb31c74383409609f2567e71bc5de3dacd (patch)
tree7fe757104132c8e931a440f7a6102d4e5e1688ab /src/gui/ConfBackend.py
parent24e8bb2c9e6473889a33eebf85585f59aa91f738 (diff)
downloadabrt-4b0b36eb31c74383409609f2567e71bc5de3dacd.tar.gz
abrt-4b0b36eb31c74383409609f2567e71bc5de3dacd.tar.xz
abrt-4b0b36eb31c74383409609f2567e71bc5de3dacd.zip
add a bit more logging in places. fix typos
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui/ConfBackend.py')
-rw-r--r--src/gui/ConfBackend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/ConfBackend.py b/src/gui/ConfBackend.py
index c4cdc518..ca362a6b 100644
--- a/src/gui/ConfBackend.py
+++ b/src/gui/ConfBackend.py
@@ -88,7 +88,7 @@ class ConfBackendGnomeKeyring(ConfBackend):
settings_tmp["Application"] = "abrt"
settings_tmp["AbrtPluginInfo"] = name
- # delete all keyring items containg "AbrtPluginInfo":"<plugin_name>",
+ # delete all keyring items containing "AbrtPluginInfo":"<plugin_name>",
# so we always have only 1 item per plugin
try:
item_list = gkey.find_items_sync(gkey.ITEM_GENERIC_SECRET, { "AbrtPluginInfo": str(name) })