summaryrefslogtreecommitdiffstats
path: root/src/daemon/dumpsocket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dumpsocket.h')
-rw-r--r--src/daemon/dumpsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/dumpsocket.h b/src/daemon/dumpsocket.h
index e5b79d60..88fe2446 100644
--- a/src/daemon/dumpsocket.h
+++ b/src/daemon/dumpsocket.h
@@ -22,7 +22,7 @@
Unix socket in ABRT daemon for creating new dump directories.
Why to use socket for creating dump dirs? Security. When a Python
-script throwns unexpected exception, ABRT handler catches it, running
+script throws unexpected exception, ABRT handler catches it, running
as a part of that broken Python application. The application is running
with certain SELinux privileges, for example it can not execute other
programs, or to create files in /var/cache or anything else required