Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pcloudcom authored and pcloudcom committed Feb 18, 2020
1 parent 664df26 commit 7764dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pCloudCC/lib/pclsync/pfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ static int psync_fs_do_start(){
fuse_opt_add_arg(&args, "-oauto_unmount");
// fuse_opt_add_arg(&args, "-ouse_ino");
fuse_opt_add_arg(&args, "-ofsname="DEFAULT_FUSE_MOUNT_POINT".fs");
if (!is_fuse3_intalled_on_system()) {
if (!is_fuse3_installed_on_system()) {
fuse_opt_add_arg(&args, "-ononempty");
}
fuse_opt_add_arg(&args, "-ohard_remove");
Expand Down

0 comments on commit 7764dba

Please sign in to comment.