From e0e2bb11a5b7d2f85a0aed371d3b35d024fa852d Mon Sep 17 00:00:00 2001 From: Alexandre D'Eschambeault Date: Mon, 13 Apr 2020 19:45:35 -0400 Subject: [PATCH] Fix typo: directory instead of directoy --- src/Composer/Console/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Console/Application.php b/src/Composer/Console/Application.php index 9875b69c1..af735bcce 100644 --- a/src/Composer/Console/Application.php +++ b/src/Composer/Console/Application.php @@ -514,7 +514,7 @@ class Application extends BaseApplication } /** - * Get the working directoy at startup time + * Get the working directory at startup time * * @return string */