about summary refs log tree commit diff
path: root/nixos/tests/nextcloud
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-19 22:10:21 -0400
committerfigsoda <figsoda@pm.me>2023-05-19 22:31:04 -0400
commit202699c918bce3139191810bec841f3edef6ba24 (patch)
tree71d02c3ce773fd37314979db20cdc1019bc68317 /nixos/tests/nextcloud
parentc8fc2ec398ad4017075e00319991399fe7a26b57 (diff)
nixos/tests: fix typos
Diffstat (limited to 'nixos/tests/nextcloud')
-rw-r--r--nixos/tests/nextcloud/openssl-sse.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/nextcloud/openssl-sse.nix b/nixos/tests/nextcloud/openssl-sse.nix
index e1f2706a7348b..659a4311cdddd 100644
--- a/nixos/tests/nextcloud/openssl-sse.nix
+++ b/nixos/tests/nextcloud/openssl-sse.nix
@@ -73,7 +73,7 @@ in {
         nextcloudwithopenssl1.succeed("nextcloud-occ status")
 
     with subtest("Existing encrypted files cannot be read, but new files can be added"):
-        # This will succed starting NC26 because of their custom implementation of openssl_seal
+        # This will succeed starting NC26 because of their custom implementation of openssl_seal
         read_existing_file_test = nextcloudwithopenssl1.fail if nextcloud_version < 26 else nextcloudwithopenssl1.succeed
         read_existing_file_test("${withRcloneEnv3} ${pkgs.rclone}/bin/rclone cat nextcloud:test-shared-file >&2")
         nextcloudwithopenssl1.succeed("nextcloud-occ encryption:disable")