Browse Source

Correct a typo.

Joe Clarke 8 years ago
parent
commit
9e6ff66cf9
1 changed files with 1 additions and 1 deletions
  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}>//;