From 6ff74d3ed1b02b8614cdd50795fa2b743181ca81 Mon Sep 17 00:00:00 2001 From: Jeroen Ketelaar Date: Tue, 5 Jun 2018 15:55:14 +0200 Subject: [PATCH] [BUGFIX] Fixed typo in comment --- src/Composer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php index c60b707d6..f4f778ddb 100644 --- a/src/Composer/Installer.php +++ b/src/Composer/Installer.php @@ -1741,7 +1741,7 @@ class Installer } /** - * Should the operations (packge install, update and removal) be executed on disk? + * Should the operations (package install, update and removal) be executed on disk? * * This is disabled implicitly when enabling dryRun *