Merge branch 'fix_typos' of https://github.com/rti/vimb into webkit2
authorDaniel Carl <danielcarl@gmx.de>
Sat, 6 May 2017 21:35:08 +0000 (23:35 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 6 May 2017 21:35:08 +0000 (23:35 +0200)
1  2 
src/main.c

diff --cc 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);