Przeglądaj źródła

Correct a typo.

Joe Clarke 8 lat temu
rodzic
commit
9e6ff66cf9
1 zmienionych plików z 1 dodań i 1 usunięć
  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}>//;