From: Sergey Matveev Date: Sun, 20 Sep 2015 13:57:34 +0000 (+0300) Subject: Grammar fix: is->are X-Git-Tag: v0.1.0~13 X-Git-Url: http://www.git.stargrave.org/?p=syncer.git;a=commitdiff_plain;h=4c8d76650326cf69d3dd194bf64ff158125d7976 Grammar fix: is->are --- diff --git a/README.md b/README.md index 617a54a..46a6a0f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,6 @@ syncer is free software: see the file COPYING for copying conditions. `SRC_SIZE || BLK_SIZE || HASH0 || HASH1 || ...` SRC_SIZE contains size of the source, when it was firstly read. BLK_SIZE -is the blocksize used. Both is 64-bit big-endian unsigned integers. If +is the blocksize used. Both are 64-bit big-endian unsigned integers. If either size or blocksize differs, then syncer will deny using that statefile as a precaution. HASHx is BLAKE2b-512 hash output, 64 bytes.