]> git.proxmox.com Git - pve-cluster.git/commitdiff
fix typo
authorFiona Ebner <f.ebner@proxmox.com>
Fri, 30 Jun 2023 11:59:44 +0000 (13:59 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 1 Jul 2023 14:35:24 +0000 (16:35 +0200)
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Cluster.pm

index ff777ba00bf0c240eb5fd88ef0b4a5e5b32ae05b..c310a67159206cc381709715c5c8293afb920d45 100644 (file)
@@ -93,7 +93,7 @@ sub prepare_observed_file_basedirs {
        next if $f !~ m!^(.*)/[^/]+$!;
        my $dir = "$basedir/$1";
        next if -e $dir; # can also be a link, so just use -e xist check
-       print "creating directory '$dir' for observerd files\n";
+       print "creating directory '$dir' for observed files\n";
        make_path($dir);
     }
 }