aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-RoundRobin/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-RoundRobin/pkg-descr')
-rw-r--r--devel/p5-Data-RoundRobin/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-RoundRobin/pkg-descr b/devel/p5-Data-RoundRobin/pkg-descr
index d889ee59382e..067813f9961a 100644
--- a/devel/p5-Data-RoundRobin/pkg-descr
+++ b/devel/p5-Data-RoundRobin/pkg-descr
@@ -1,5 +1,5 @@
-This module provides a round roubin object implementation. It is similar
-to an iterator, only the internal counter is reset to the begining
+This module provides a round robin object implementation. It is similar
+to an iterator, only the internal counter is reset to the beginning
whenever it reaches the end. It might also be considered as a circular
iterator.