summary refs log tree commit diff
path: root/pkgs/applications/networking/pcloud/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/pcloud/default.nix')
-rw-r--r--pkgs/applications/networking/pcloud/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/pcloud/default.nix b/pkgs/applications/networking/pcloud/default.nix
index 2071521266b..403d1e0cf34 100644
--- a/pkgs/applications/networking/pcloud/default.nix
+++ b/pkgs/applications/networking/pcloud/default.nix
@@ -3,7 +3,7 @@
 # of applications.
 #
 # What Nix does, simplifying a bit, is that it extracts an AppImage and starts
-# it via buildFHSUserEnv - this is totally fine for majority of apps, but makes
+# it via buildFHSEnv - this is totally fine for majority of apps, but makes
 # it by-design *impossible* to launch SUID wrappers [^1]; in case of pCloud,
 # it's fusermount.
 # (so pCloud starts, but silently fails to mount the FUSE drive.)