about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/ihatemoney.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/ihatemoney.nix b/nixos/tests/ihatemoney.nix
index a2f644e512b7..802aa7362a91 100644
--- a/nixos/tests/ihatemoney.nix
+++ b/nixos/tests/ihatemoney.nix
@@ -34,7 +34,7 @@ in map (backend: makeTest {
       die "wrong project id $return" unless "\"yay\"\n" eq $return;
       my $timestamp = $machine->succeed("stat --printf %Y /var/lib/ihatemoney/secret_key");
       my $owner = $machine->succeed("stat --printf %U:%G /var/lib/ihatemoney/secret_key");
-      die "wrong owership for the secret key: $owner, is uwsgi running as the right user ?" unless $owner eq "ihatemoney:ihatemoney";
+      die "wrong ownership for the secret key: $owner, is uwsgi running as the right user ?" unless $owner eq "ihatemoney:ihatemoney";
       $machine->shutdown();
       $machine->start();
       $machine->waitForOpenPort(8000);