From 2ffc1eb29a47a9982db04cce1b965d54473f8a3d Mon Sep 17 00:00:00 2001 From: Jos de Bruijn Date: Tue, 13 Sep 2016 15:40:18 -0700 Subject: [PATCH] typo --- samples/features/in-memory/benchmark-order-processing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/features/in-memory/benchmark-order-processing/README.md b/samples/features/in-memory/benchmark-order-processing/README.md index 0573ceb6..b04f1fc5 100644 --- a/samples/features/in-memory/benchmark-order-processing/README.md +++ b/samples/features/in-memory/benchmark-order-processing/README.md @@ -48,7 +48,7 @@ Sample order processing workload that can be used for benchmarking transactional The recommendation is to use two different drivers: - a. Main order processing driver(s), each multi-threaded (e.g., 100 or 200 clients), and running the procedures GetOrdersByCustomerID, GetProductsByType, GetProductsPriceByPK, ProductSelectionCriteria, and InsertOrder. - - b. Fulfullment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts. + - b. Fulfillment driver, which runs the procedure FulfillOrders. This driver should have a single client to avoid conflicts. ## Workload description