summaryrefslogtreecommitdiff
path: root/src/easy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/easy.c')
-rw-r--r--src/easy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy.c b/src/easy.c
index 0a37991..4fe6cee 100644
--- a/src/easy.c
+++ b/src/easy.c
@@ -348,7 +348,7 @@ do_curl_duphandle(CurlObject *self)
}
/* Checking for CURLE_OK is not required here.
- * All values have already been successfuly setopt'ed with self->handle. */
+ * All values have already been successfully setopt'ed with self->handle. */
/* Assign and incref python callback and update data pointers */
if (self->w_cb != NULL) {