diff options
author | Christophe Grenier <[email protected]> | 2012-08-09 12:54:58 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2012-08-09 12:54:58 +0200 |
commit | 72d7eb88a0b099e80146801e9648f2c031d52d05 (patch) | |
tree | cd6caf2e779586c33b7206af3d25f2efd49c7b58 /src/diskcp.c | |
parent | cff1fbb349e9a88fc7ef4b63df45440703414f2e (diff) |
diskcp.c: translate comment from French to English
Diffstat (limited to 'src/diskcp.c')
-rw-r--r-- | src/diskcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diskcp.c b/src/diskcp.c index 9b0b7c10..76696ee5 100644 --- a/src/diskcp.c +++ b/src/diskcp.c @@ -210,7 +210,7 @@ int main(int argc, char **argv) old_status); fclose(log); } - /* Pass 2: lire depuis la fin jusqu'� ce qu'il y ai une erreur */ + /* Pass 2: read until a read error occurs */ { FILE *oldlog; if((oldlog=fopen("diskcp.log","r"))==NULL) |