소스 검색

Correct a typo.

Joe Clarke 8 년 전
부모
커밋
9e6ff66cf9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}>//;