Author: Shachar Shemesh <shachar@debian.org>
Subject: Spelling mistake

Following advice from lintian, changed "begining" to "beginning".
--- a/docs/filelist.txt
+++ b/docs/filelist.txt
@@ -105,4 +105,4 @@
 2 bytes : block length, always 4
 2 bytes : block type, always FFFF
 
-Writers must place this block at the end of each chunk. Readers should assume that any data after this chunk is the begining of the next chunk.
+Writers must place this block at the end of each chunk. Readers should assume that any data after this chunk is the beginning of the next chunk.
--- a/rsyncrypto.h
+++ b/rsyncrypto.h
@@ -41,7 +41,7 @@
         argtable[i++]=nameenc=arg_file0( "n", "name-encrypt", "translation_file", "Encrypt file names");
         argtable[i++]=nenest=arg_int0( NULL, "ne-nesting", "<n>", "set the hash directory tree depth when encrypting file names" );
         argtable[i++]=trim=arg_int0( NULL, "trim", "<n>",
-                "Number of directory entries to trim from the begining of the path. Default 1");
+                "Number of directory entries to trim from the beginning of the path. Default 1");
         argtable[i++]=del=arg_lit0( NULL, "delete", "Delete files under <dst> not under <src>. Requires -r");
         argtable[i++]=delkey=arg_lit0( NULL, "delete-keys", "Delete also the keys. Implies --delete");
         argtable[i++]=filelist=arg_file0( NULL, "filelist", "<file>",
