diff xml/en/docs/dev/development_guide.xml @ 1902:862e96a39fe3

Typo fixed.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 13 Feb 2017 12:05:43 +0000
parents b86cfece30c3
children 42ed974b83a5
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -1095,7 +1095,7 @@ Cleanup handler is a callback with an ar
 destroyed.
 Pool is usually tied with a specific nginx object (like HTTP request) and
 destroyed in the end of that object’s lifetime, releasing the object itself.
-Registering a pool cleanup is a convinient way to release resources, close file
+Registering a pool cleanup is a convenient way to release resources, close file
 descriptors or make final adjustments to shared data, associated with the main
 object.
 </para>