projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7194de
)
typo fix
author
David Steinbrunner
<dsteinbrunner@pobox.com>
Wed, 10 Jul 2013 12:18:40 +0000
(08:18 -0400)
committer
Tony Cook
<tony@develop-help.com>
Thu, 31 Oct 2013 01:05:54 +0000
(12:05 +1100)
lib/Imager/Cookbook.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/Imager/Cookbook.pod
b/lib/Imager/Cookbook.pod
index b91d25d98894a6270d2642049771fe13414d33db..52fd9f2b0dde097e6dbb862e63a3217fb3b40175 100644
(file)
--- a/
lib/Imager/Cookbook.pod
+++ b/
lib/Imager/Cookbook.pod
@@
-177,7
+177,7
@@
For example, if you allow the caller to set the size of an output
image you should limit the size to prevent the client from specifying
an image size that will consume all available memory.
-This is beside any
any
other controls you need over access to data.
+This is beside any other controls you need over access to data.
See L<CGI> for a module useful for processing CGI submitted data.