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++);
 
     if ((fexp = util_expand(c, path, expflags))) {
         if (*fexp == '/') {
             /* path is already absolute, no need to use given dir - there is
-             * no need to free fexp, bacuse this should be done by the caller
+             * no need to free fexp, because this should be done by the caller
              * on fullPath later */
             fullPath = fexp;
         } else if (dir && *dir) {