about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--091socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/091socket.cc b/091socket.cc
index 74626853..2f605ac3 100644
--- a/091socket.cc
+++ b/091socket.cc
@@ -203,7 +203,7 @@ case _READ_FROM_SOCKET: {
     break;
   }
   if (SIZE(inst.products) != 2) {
-    raise << maybe(get(Recipe, r).name) << "'$read-from-socket' requires exactly two product, but got '" << inst.original_string << "'\n" << end();
+    raise << maybe(get(Recipe, r).name) << "'$read-from-socket' requires exactly two products, but got '" << inst.original_string << "'\n" << end();
     break;
   }
   if (!is_mu_text(inst.products.at(0))) {