changeset 1975:459a6f194fcf

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Mon, 24 Apr 2017 08:40:41 +0300
parents 95bcadfde4fc
children e4f6672ea905
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -422,7 +422,7 @@ A number of formatting functions are pro
 </listitem>
 
 <listitem>
-<literal>ngx_slrintf(buf, last, fmt, ...)</literal>
+<literal>ngx_slprintf(buf, last, fmt, ...)</literal>
 </listitem>
 
 <listitem>