From 1b9688273679cbed074523d63233e79996299e3b Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 19 Jul 2016 00:52:08 -0700 Subject: [PATCH] Fixed typo --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index b908081ab..cb83d674c 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -360,7 +360,7 @@ for everyone. ## Composer hangs with SSH ControlMaster When you try to install packages from a Git repository and you use the `ControlMaster` -setting for you SSH connection Composer might just hang endlessly and you see a `sh` +setting for your SSH connection, Composer might just hang endlessly and you see a `sh` process in the `defunct` state in your process list The reason for this is a SSH Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1988