changeset 1902:862e96a39fe3

Typo fixed.
author Maxim Konovalov <maxim@nginx.com>
date Mon, 13 Feb 2017 12:05:43 +0000
parents 02dedcb347e5
children da00a2526415
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	Fri Feb 10 13:02:14 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Mon Feb 13 12:05:43 2017 +0000
@@ -1095,7 +1095,7 @@
 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>