Commit Diff


commit - 51d876f030b17e23ac08b729f2b20fb72653bc0a
commit + 83000e2dd417e81dabfcad740af63d1ee86e1389
blob - fef69f753d561af468de6f9f41e2b41dc0757cbb
blob + d1a49d3545e48b6da5edf3a6a48a0d4f8dc62543
--- README.md
+++ README.md
@@ -40,7 +40,7 @@ It should be noted that
 is very simple in its implementation, and so it may not be appropriate
 for serving sites with lots of users.
 After all, the code is single threaded and use a single process,
-although it can handle multiple requests concurrently.
+although it can handle multiple clients at the same time.
 
 If a user request path is a directory,
 **gmid**
blob - e294253eca4c8094a5c43ad34172a9bc1f374a7d
blob + e8ab4d27d1cf83b0b22dd01f301bbdbc879d5266
--- gmid.1
+++ gmid.1
@@ -53,7 +53,7 @@ It should be noted that
 is very simple in its implementation, and so it may not be appropriate
 for serving sites with lots of users.
 After all, the code is single threaded and use a single process,
-although it can handle multiple requests concurrently.
+although it can handle multiple clients at the same time.
 .Pp
 If a user request path is a directory,
 .Nm