From: Jaak Ristioja Date: Wed, 3 May 2017 11:37:56 +0000 (+0300) Subject: doc: Fixed typo in timeout man page X-Git-Tag: v8.28~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b35966172597b592ce7dd34707004ab180ac2eaa;p=thirdparty%2Fcoreutils.git doc: Fixed typo in timeout man page * man/timeout.x: Correct spelling of "currently". Fixes http://bugs.gnu.org/26762 --- diff --git a/man/timeout.x b/man/timeout.x index cefa1228e1..ddb3092516 100644 --- a/man/timeout.x +++ b/man/timeout.x @@ -5,4 +5,4 @@ timeout \- run a command with a time limit [SEE ALSO] kill(1) [BUGS] -Some platforms don't curently support timeouts beyond the year 2038. +Some platforms don't currently support timeouts beyond the year 2038.