s3:libsmb fix a typo
authorChristian Ambach <ambi@samba.org>
Tue, 13 Sep 2016 12:59:25 +0000 (14:59 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 14 Sep 2016 00:06:17 +0000 (02:06 +0200)
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Wed Sep 14 02:06:18 CEST 2016 on sn-devel-144

source3/libsmb/clireadwrite.c

index 1c32d2a9c67cdb559ed42fbb0f8924b2c6691de8..39874779bc1cb8facb400080c800ede84ea442d7 100644 (file)
@@ -484,7 +484,7 @@ static void cli_pull_chunk_ship(struct cli_pull_chunk *chunk)
 
                if (chunk->tmp_size == 0) {
                        /*
-                        * we git a short read, we're done
+                        * we got a short read, we're done
                         */
                        tevent_req_done(req);
                        return;
@@ -500,7 +500,7 @@ static void cli_pull_chunk_ship(struct cli_pull_chunk *chunk)
 
                if (chunk->tmp_size < chunk->total_size) {
                        /*
-                        * we git a short read, we're done
+                        * we got a short read, we're done
                         */
                        tevent_req_done(req);
                        return;