Skip to content

Commit cc1c287

Browse files
authored
Update syslog.class.php
Typo fix
1 parent be7720d commit cc1c287

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)