diff --git a/src/Composer/Installer.php b/src/Composer/Installer.php
index 099ca2792..794d42ead 100644
--- a/src/Composer/Installer.php
+++ b/src/Composer/Installer.php
@@ -271,7 +271,7 @@ class Installer
// execute operations
if (!$operations) {
- $this->io->write('Nothing to install/update');
+ $this->io->write('Nothing to install or update');
}
foreach ($operations as $operation) {