Skip to content

Commit 23d47cd

Browse files
author
osboxes.org
committed
fixing typo
1 parent cce0d35 commit 23d47cd

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

pCloudCC/lib/pclsync/pfs.c

+1-1
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)