Browse Source

Correct a typo.

Joe Clarke 8 năm trước cách đây
mục cha
commit
9e6ff66cf9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      scripts/syslog-email.pl

+ 1 - 1
scripts/syslog-email.pl

@@ -2,7 +2,7 @@
 # thanks to Brian Dowling for an example with security in mind.
 
 $TO = 'user@company.com';
-$FROM = 'yser@company.com';
+$FROM = 'user@company.com';
 
 s/^<\d{1,2}>//;