From 5cd7fea7f7d2aa0c8a059b621c6520b51cbab20d Mon Sep 17 00:00:00 2001
From: Patrick Rouleau <prouleau72@gmail.com>
Date: Sat, 20 Oct 2018 14:54:15 -0400
Subject: [PATCH] Fix a few typos

---
 NEWS       | 2 +-
 README.md  | 2 +-
 release.sh | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 2d5fa6cc..df20fa1a 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-pleace access http://partclone.org
+please access http://partclone.org
diff --git a/README.md b/README.md
index 2ec1f8b7..2fab7340 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Partclone is a project similar to the well-known backup utility "Partition Image
 
 Partclone now supports ext2, ext3, ext4, hfs+, reiserfs, reiser4, btrfs, vmfs3, vmfs5, xfs, jfs, ufs, ntfs, fat(12/16/32), exfat...
 
-We made some utilies:
+We made some utilities:
 
 * partclone.ext2, partclone.ext3, partclone.extfs
 * partclone.ext4
diff --git a/release.sh b/release.sh
index 915d3142..2bc563d1 100755
--- a/release.sh
+++ b/release.sh
@@ -22,11 +22,11 @@ TEST=0
 _dch_options="-b"
 is_release=1
 USAGE(){
-    
+
     cat << EOF
-	$0 is script to auto release partclone. This cript will create partclone 
-	tar ball file and auto build  debian package with my key.
-	It's only for developer used.
+	$0 is script to auto release partclone. This script will create partclone
+	tar ball file and auto build debian package with my key.
+	It's only for developer usage.
 
 	recognized flags are:
 	-s, --src       build tar ball
-- 
GitLab