From 9f8f287ca6b3f3a1a719974e70bcd466b87dea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 2 Aug 2014 23:45:44 +0200 Subject: [PATCH] Shuffler: Fixed typo in documentation. --- src/post_modules/Shuffler/Shuffler.cmod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/post_modules/Shuffler/Shuffler.cmod b/src/post_modules/Shuffler/Shuffler.cmod index 0416f7a0ab..00866ba9c9 100644 --- a/src/post_modules/Shuffler/Shuffler.cmod +++ b/src/post_modules/Shuffler/Shuffler.cmod @@ -585,7 +585,7 @@ PIKECLASS Shuffle /*! @decl void create(object fd, object shuffler, mixed throttler,@ *! mixed backend) *! - *! This object is not normally directly, instead use + *! This object is normally not created directly, instead use *! @[Shuffler()->shuffle] */ PIKEFUN void create( object fd, -- GitLab