Skip to content

Commit 19c6a53

Browse files
authoredJun 20, 2018
Merge pull request #2 from cactux/patch-1
Update syslog.class.php
2 parents be7720d + cc1c287 commit 19c6a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎syslog.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* The Syslog class is a syslog client implementation in PHP
44
* following the RFC 3164, 5424, 5425, 5426 rules.
5-
* This class is compatible with PHP logger constants for serverity and facility.
5+
* This class is compatible with PHP logger constants for severity and facility.
66
* Default value are UDP connection with RFC3164 mode
77
*
88
* Facility values:

0 commit comments

Comments
 (0)
Please sign in to comment.