Skip to content

Commit 7764dba

Browse files
pcloudcompcloudcom
authored andcommitted
fixing typo
1 parent 664df26 commit 7764dba

File tree

1 file changed

+1
-1
lines changed
  • pCloudCC/lib/pclsync

1 file changed

+1
-1
lines changed

pCloudCC/lib/pclsync/pfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,7 @@ static int psync_fs_do_start(){
33563356
fuse_opt_add_arg(&args, "-oauto_unmount");
33573357
// fuse_opt_add_arg(&args, "-ouse_ino");
33583358
fuse_opt_add_arg(&args, "-ofsname="DEFAULT_FUSE_MOUNT_POINT".fs");
3359-
if (!is_fuse3_intalled_on_system()) {
3359+
if (!is_fuse3_installed_on_system()) {
33603360
fuse_opt_add_arg(&args, "-ononempty");
33613361
}
33623362
fuse_opt_add_arg(&args, "-ohard_remove");

0 commit comments

Comments
 (0)