diff --git a/spring-integration-reference/src/samples.xml b/spring-integration-reference/src/samples.xml
index 7505ee0417..cd3239d68d 100644
--- a/spring-integration-reference/src/samples.xml
+++ b/spring-integration-reference/src/samples.xml
@@ -219,7 +219,7 @@
Also, notice that the worker thread name is displayed with each invocation. You will see that the hot drinks are
prepared by the task-executor threads. If you provide a much shorter poller interval (such as 100 milliseconds),
- then you will notice that occasionally it throttles the input by forcing the message-bus (the caller) to invoke
+ then you will notice that occasionally it throttles the input by forcing the task-scheduler (the caller) to invoke
the operation.