From 10e5ca4c48c1d5729ee877612b7d95dfe2636159 Mon Sep 17 00:00:00 2001 From: Guillaume Boisseau Date: Tue, 23 Apr 2024 09:34:43 +0200 Subject: Typo Co-authored-by: Son HO --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5817ee33..f77bd23b 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ ]; buildPhase = '' if ! dune build @fmt; then - echo 'ERROR: Code is not fmrmatted. Run `make format` to format the project files'. + echo 'ERROR: Code is not formatted. Run `make format` to format the project files'. exit 1 fi ''; -- cgit v1.2.3