Skip to content

Commit b34dce3

Browse files
authored
Fix a typo (#146)
1 parent 4ca1b5a commit b34dce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cron_mail

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22
# vi: ft=sh
33
#
4-
# To be called by a cron job as a wrapper that sends stdour and stderr via the mail program.
4+
# To be called by a cron job as a wrapper that sends stdout and stderr via the mail program.
55
# Why? Because of FreeBSD the system cron uses sendmail, and I want to use ssmtp.
66
# Make your crontab files like:
77
#SHELL=/bin/sh

0 commit comments

Comments
 (0)