소스 검색

made minor change to comment

Siddharth Dushantha 5 년 전
부모
커밋
c58c9af6b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -211,7 +211,7 @@ list_emails() {
     printf "%b" "$INBOX" | column -t -s "||"
 }
 
-# shuf(1) is not part of POSIX, neither is 'sort -R'
+# 'shuf' is not part of POSIX, neither is 'sort -R'
 randomize() {
 	awk 'BEGIN {srand();} {print rand(), $0}' | \
 		sort -n -k1 | cut -d' ' -f2