summary refs log tree commit diff
path: root/pkgs/development/tools/azure-static-sites-client/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/azure-static-sites-client/default.nix')
-rw-r--r--pkgs/development/tools/azure-static-sites-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/azure-static-sites-client/default.nix b/pkgs/development/tools/azure-static-sites-client/default.nix
index 60d15114725..b11504bfb1e 100644
--- a/pkgs/development/tools/azure-static-sites-client/default.nix
+++ b/pkgs/development/tools/azure-static-sites-client/default.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation {
   # Stripping kills the binary
   dontStrip = true;
 
-  # Just make sure the binary executes sucessfully
+  # Just make sure the binary executes successfully
   doInstallCheck = true;
   installCheckPhase = ''
     runHook preInstallCheck