about summary refs log tree commit diff
path: root/pkgs/applications/misc/with-shell/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/with-shell/default.nix')
-rw-r--r--pkgs/applications/misc/with-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/with-shell/default.nix b/pkgs/applications/misc/with-shell/default.nix
index cf52d194f6172..3674a23e41bd6 100644
--- a/pkgs/applications/misc/with-shell/default.nix
+++ b/pkgs/applications/misc/with-shell/default.nix
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
 
       $ with git
       git> add .
-      git> commit -a -m "Commited"
+      git> commit -a -m "Committed"
       git> push
 
       Can also be used for compound commands.