From 6ee56122fc66c9a98938137f123ba52bff5a6fe7 Mon Sep 17 00:00:00 2001
From: Thomas Preud'homme <robotux@celest.fr>
Date: Thu, 31 May 2012 22:06:31 +0200
Subject: Fix typos in README and gcp.1

s/vfat/VFAT/
s/journalizaion/journalization/
s/wront/wrong/
s/improvment/improvement/
s/xmpp/XMPP/
s/unicode/Unicode/
s/Kde/KDE/
s/Gnome/GNOME/
s/nfs/NFS/
s/mainteners/maintainers/
s/IMdB/IMDb/

Origin: vendor
Forwarded: goffi@goffi.org
Last-Update: 2012-05-31
---
 README |   22 +++++++++++-----------
 gcp.1  |    2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/README b/README
index aa6abc2..9d7a06e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 gcp v0.1.3
 (c) Jérôme Poisson aka Goffi 2010, 2011
 
-gcp (Goffi's cp) is a files copier.
+gcp (Goffi's cp) is a file copier.
 
 
 ** LICENSE **
@@ -26,7 +26,7 @@ gcp is a file copier, loosely inspired from cp, but with high level functionalit
 	- progression indicator
 	- gcp continue copying even when there is an issue: he just skip the file with problem, and go on
 	- journalization: gcp write what he is doing, this allow to know which files were effectively copied
-	- fixing names to be compatible with the target filesystem (e.g. removing incompatible chars like "?" or "*" on vfat)
+	- fixing names to be compatible with the target filesystem (e.g. removing incompatible chars like "?" or "*" on VFAT)
 	- if you launch a copy when an other is already running, the files are added to the first queue, this avoid your hard drive to move its read/write head all the time
 	- files saving: you can keep track of files you have copied, and re-copy them later (useful when, for example, you always copy some free music to all your friends).
 	- gcp will be approximately option-compatible with cp (approximately because the behaviour is not exactly the same, see below)
@@ -39,7 +39,7 @@ Pretty much like cp (see gcp --help).
 Please note that the behaviour is not exactly the same as cp, even if gcp want to be option-compatible. Mainly, the destination filenames can be changed (by default, can be deactivated).
 gcp doesn't implement yet all the options from cp, but it's planed.
 
-** journalizaion **
+** journalization **
 The journal is planed to be used by gcp itself, buts remains human-readable. It is located in ~/.gcp/journal
 
 3 states are used:
@@ -47,23 +47,23 @@ The journal is planed to be used by gcp itself, buts remains human-readable. It
 - PARTIAL means the file is copied, but something went wrong (e.g. changing the permissions of the file)
 - FAILED: the file is *not* copied
 
-after the state, a list of things which went wront are show, separated by ", "
+after the state, a list of things which went wrong are show, separated by ", "
 
 ** What's next ? **
 
-Several improvment are already planed
+Several improvement are already planed
 - copy queue management (moving copy order)
 - advanced console interface
-- notification (xmpp and maybe mail) when a long copy is finished
+- notification (XMPP and maybe mail) when a long copy is finished
 - retry for files which were not correctly copied
-- badly encoded unicode filenames fix
+- badly encoded Unicode filenames fix
 - file copy integrity check
 
 ... and other are with a "maybe"
 - graphic interface
-- desktop (Kde, Gnome, XFCE, ...) integration
+- desktop (KDE, GNOME, XFCE, ...) integration
 - distant copy (ftp)
-- basic server mode, for copying files on network without the need of nfs or other heavy stuff
+- basic server mode, for copying files on network without the need of NFS or other heavy stuff
 
 ** Credits **
 
@@ -83,7 +83,7 @@ A big big thank to the authors/contributors of...
 
 If I forgot any credit, please contact me (mail below) to fix it.
 
-Big thanks to contributors and package mainteners
+Big thanks to contributors and package maintainers
 
 ** Contributions **
 2011: Thomas Preud'homme <robotux@celest.fr>: manpage, stat resolution fix
@@ -96,7 +96,7 @@ You can contact me at goffi@goffi.org .
 You'll find the latest version on my ftp: ftp://ftp.goffi.org/gcp, or check the wiki ( http://wiki.goffi.org/wiki/Gcp )
 Please report any bug on http://bugs.goffi.org
 You can also have a look to my other main projects (and maybe to the smaller ones too ;) ):
-- lm (list movie): a tool to list movies using IMdB data, loosely inspired from ls
+- lm (list movie): a tool to list movies using IMDb data, loosely inspired from ls
 - SàT: my main project, a jabber/XMPP client, which is a brick to many others things I have in mind
 
 Don't hesitate to give feedback :)
diff --git a/gcp.1 b/gcp.1
index 63dfb8f..f7daf0f 100644
--- a/gcp.1
+++ b/gcp.1
@@ -39,7 +39,7 @@ command.
  \- transfer progression indication
  \- continuous copying when there is an issue: it skips the problematic file and goes on
  \- copy status logging: which files were effectively copied
- \- name mangling to handle target filesystem limitations (e.g. removing incompatible chars like "?" or "*" on vfat)
+ \- name mangling to handle target filesystem limitations (e.g. removing incompatible chars like "?" or "*" on VFAT)
  \- forced copy serialization: new files to copy are added to a global queue to avoid hard drive head seeks
  \- transfer list management: gcp can save a list of files to copy and reuse it later
  \- approximate option compatibility with cp (approximate because the behaviour is not exactly the same, see below)
