comparison xml/en/docs/dev/development_guide.xml @ 1958:95a7e6eb5270

Fixed spelling.
author Roman Arutyunyan <arut@nginx.com>
date Fri, 07 Apr 2017 16:44:20 +0300
parents c1b0169e8f54
children d0aebb2337ec
comparison
equal deleted inserted replaced
1957:0cda46808207 1958:95a7e6eb5270
749 ngx_pool_t *pool; 749 ngx_pool_t *pool;
750 } ngx_list_t; 750 } ngx_list_t;
751 </programlisting> 751 </programlisting>
752 752
753 <para> 753 <para>
754 The actual items are store in list parts, defined as follows: 754 The actual items are stored in list parts, defined as follows:
755 </para> 755 </para>
756 756
757 757
758 <programlisting> 758 <programlisting>
759 typedef struct ngx_list_part_s ngx_list_part_t; 759 typedef struct ngx_list_part_s ngx_list_part_t;