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))) {
010-01-08 17:35:56 +0100 added license information' href='/akspecs/ranger/commit/ranger/ext/get_all_modules.py?id=b4c2c703f9acdf39cbd47407ed51a7e7c807ba7d'>b4c2c703 ^
3de15ddd ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23