summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-09-12 21:01:30 +0000
committerDaniel Friesel <derf@chaosdorf.de>2022-01-03 10:24:07 +0100
commit6b3888778bbea026ae05806d7295a05c3ef5ef3f (patch)
tree5186804a3199e5b33d550b4d76f518a5b325dc9b /src/imlib.c
parentd89975957d54ac901ce52e6e3b9ca95d96048f8f (diff)
Fix spelling
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imlib.c b/src/imlib.c
index c42c4a4..6d709a2 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -904,8 +904,8 @@ static char *feh_http_load_image(char *url)
#endif
/*
* Do not allow requests to take longer than 30 minutes.
- * This should be sufficiently high to accomodate use cases with
- * unusually high latencies, while at the sime time avoiding
+ * This should be sufficiently high to accommodate use cases with
+ * unusually high latencies, while at the same time avoiding
* feh hanging indefinitely in unattended slideshows.
*/
curl_easy_setopt(curl, CURLOPT_TIMEOUT, 1800);