mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix a typo.
This commit is contained in:
parent
ba1184f5ab
commit
1c87314b88
@ -70,7 +70,7 @@ static void _csync_file_stat_set_error(csync_file_stat_t *st, const char *error)
|
||||
st->error_string = c_strdup(error);
|
||||
}
|
||||
|
||||
/* Recursively mark the parent flder as an error */
|
||||
/* Recursively mark the parent folder as an error */
|
||||
static void _csync_report_parent_error(CSYNC *ctx, csync_file_stat_t *st) {
|
||||
const char *dir = NULL;
|
||||
uint64_t h;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user