summaryrefslogtreecommitdiffstats
path: root/src/gui/ConfBackend.py
diff options
context:
space:
mode:
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) })