From 8b9bae743bce038cd8b21c29f965f87e4ac9a708 Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 19 Apr 2011 16:01:20 +0200
Subject: [PATCH 6/6] In a comment in ssh_statemach_act, replase 'seeked' with 'sought'.

---
 lib/ssh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/ssh.c b/lib/ssh.c
index f760d84..87e89ea 100644
--- a/lib/ssh.c
+++ b/lib/ssh.c
@@ -2006,7 +2006,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block)
             return CURLE_BAD_DOWNLOAD_RESUME;
           }
         }
-        /* Does a completed file need to be seeked and started or closed ? */
+        /* Does a completed file need to be sought and started or closed ? */
         /* Now store the number of bytes we are expected to download */
         data->req.size = attrs.filesize - data->state.resume_from;
         data->req.maxdownload = attrs.filesize - data->state.resume_from;
-- 
1.7.4.1


