summaryrefslogtreecommitdiffstats
path: root/src/daemon/dumpsocket.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-07 13:32:39 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-07 13:32:39 +0200
commitcbd686eb63dd2f37f2d53641fcd565ff4ac6900e (patch)
tree33bef76758950f54515ffdfca16aaee035fd03be /src/daemon/dumpsocket.h
parentf85dfd89a51f665c8e54a928cbbf0668c7defdb4 (diff)
downloadabrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.tar.gz
abrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.tar.xz
abrt-cbd686eb63dd2f37f2d53641fcd565ff4ac6900e.zip
dumpsocket: removed unused sockaddr param in accept() call; s/perror/error/
Also removed unneeded casts and added and fixed comments Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
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