From bdb01f172c18eaddb5cc4284c73f0a20fb8ec930 Mon Sep 17 00:00:00 2001 From: Arcterus Date: Wed, 5 Feb 2014 21:18:03 -0800 Subject: [PATCH] Fix typo in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c681d866f..45b119cff 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Why? Many GNU, linux and other utils are pretty awesome, and obviously [some](http://gnuwin32.sourceforge.net) [effort](http://unxutils.sourceforge.net) has been spent in the past to port them to windows. However those projects -are either old, abandonned, hosted on CVS, written in platform-specific C, etc. +are either old, abandoned, hosted on CVS, written in platform-specific C, etc. Rust provides a good platform-agnostic way of writing systems utils that are easy to compile anywhere, and this is as good a way as any to try and learn it. @@ -155,6 +155,7 @@ To do - timeout - touch - tr +- truncate - tsort - uname-arch - uname-uname