Commit f15c0cc5 authored by Geoff Simmons's avatar Geoff Simmons Committed by Nils Goroll

Typo

parent f6d5fa0e
...@@ -200,14 +200,14 @@ this issue, and of possible solutions with VCL. ...@@ -200,14 +200,14 @@ this issue, and of possible solutions with VCL.
.. _vmod_brotli.encoder: .. _vmod_brotli.encoder:
new xencoder = brotli.encoder(STRING name, BYTES bufffer, INT quality, BOOL large_win, INT lgwin, ENUM mode) new xencoder = brotli.encoder(STRING name, BYTES buffer, INT quality, BOOL large_win, INT lgwin, ENUM mode)
------------------------------------------------------------------------------------------------------------ -----------------------------------------------------------------------------------------------------------
:: ::
new xencoder = brotli.encoder( new xencoder = brotli.encoder(
STRING name, STRING name,
BYTES bufffer=32768, BYTES buffer=32768,
INT quality=11, INT quality=11,
BOOL large_win=0, BOOL large_win=0,
INT lgwin=22, INT lgwin=22,
......
...@@ -200,7 +200,7 @@ Note that (unlike gzip) brotli compression does not work together with ...@@ -200,7 +200,7 @@ Note that (unlike gzip) brotli compression does not work together with
Edge Side Includes (ESI). See `LIMITATIONS`_ below for a discussion of Edge Side Includes (ESI). See `LIMITATIONS`_ below for a discussion of
this issue, and of possible solutions with VCL. this issue, and of possible solutions with VCL.
$Object encoder(PRIV_VCL, STRING name, BYTES bufffer=32768, INT quality=11, $Object encoder(PRIV_VCL, STRING name, BYTES buffer=32768, INT quality=11,
BOOL large_win=0, INT lgwin=22, BOOL large_win=0, INT lgwin=22,
ENUM {GENERIC, TEXT, FONT} mode=GENERIC) ENUM {GENERIC, TEXT, FONT} mode=GENERIC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment