From: Daniel Carl Date: Sat, 6 May 2017 21:35:08 +0000 (+0200) Subject: Merge branch 'fix_typos' of https://github.com/rti/vimb into webkit2 X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=a74906311c02e0ebd33458ea600f9aa17875c80b;p=vimb.git Merge branch 'fix_typos' of https://github.com/rti/vimb into webkit2 --- a74906311c02e0ebd33458ea600f9aa17875c80b diff --cc src/main.c index 7df9251,20d397f..2fea7cb --- a/src/main.c +++ b/src/main.c @@@ -160,10 -160,10 +160,10 @@@ gboolean vb_download_set_destination(Cl tmp = g_string_new(NULL); num = g_strdup_printf("%d", i++); - /* Construct a new complete odwnload filepath with suffic before the + /* Construct a new complete download filepath with suffix before the * file extension. */ do { - num = g_strdup_printf("%d", i++); + num = g_strdup_printf("_%d", i++); g_string_assign(tmp, file); g_string_insert(tmp, suffix, num); g_free(num);