From 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 8 Nov 2018 12:34:27 +0700 Subject: spelling: fix misspellings Signed-off-by: Daniel Kahn Gillmor --- lang/python/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/helpers.c') diff --git a/lang/python/helpers.c b/lang/python/helpers.c index 947819d2..d5d1fc99 100644 --- a/lang/python/helpers.c +++ b/lang/python/helpers.c @@ -914,7 +914,7 @@ static ssize_t pyDataWriteCb(void *hook, const void *buffer, size_t size) } /* Set the current position from where the next read or write starts - in the data object with the handle HOOK to OFFSET, relativ to + in the data object with the handle HOOK to OFFSET, relative to WHENCE. Returns the new offset in bytes from the beginning of the data object. */ static off_t pyDataSeekCb(void *hook, off_t offset, int whence) -- cgit v1.2.3