diff options
author | Robert Timm <mail@rtti.de> | 2017-05-04 19:42:50 +0200 |
---|---|---|
committer | Robert Timm <mail@rtti.de> | 2017-05-04 19:42:50 +0200 |
commit | a8200bb868df522055125cf95427655833b26870 (patch) | |
tree | c815721452740306b888080d918ddf209764b911 /src | |
parent | 48e55c8fc865995c354086a275100da947fb3500 (diff) |
fixes typos
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/util.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -160,7 +160,7 @@ gboolean vb_download_set_destination(Client *c, WebKitDownload *download, 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++); @@ -53,7 +53,7 @@ char *util_build_path(Client *c, const char *path, const char *dir) 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) { |