@@ -418,7 +418,7 @@ def setup(app):
418418}
419419"""
420420
421- # Add the input options ot the settings
421+ # Add the input options to the settings
422422 custom_autodoc_settings = \
423423"""# -*- coding: utf-8 -*-
424424# Configuration file for generating sources for the format documentation from the YAML specification files
@@ -794,7 +794,7 @@ def define_cl_args():
794794 parser .add_argument ('--resolve_type_inc' , dest = 'resolve_type_inc' , action = 'store' , type = bool_type , required = False , default = False ,
795795 help = "Always resolve type includes to show the full spec of an object including inherited components?" )
796796 parser .add_argument ('--latex_clearpage_after_type' , dest = 'latex_clearpage_after_type' , action = 'store' , type = bool_type , required = False , default = True ,
797- help = "Add clearpage command in latex after each neurodata_type to esnure figures always appear in the right section at the cost of adding empty space between sections." )
797+ help = "Add clearpage command in latex after each neurodata_type to ensure figures always appear in the right section at the cost of adding empty space between sections." )
798798 parser .add_argument ('--table_depth_char' , dest = 'table_depth_char' , action = 'store' , type = str , required = False , default = '.' ,
799799 help = "Char to be used to indent entries in description tables to indicate the depth of the object." )
800800 parser .add_argument ('--abbrv_main_obj_in_table' , dest = 'abbrv_main_obj_in_table' , action = 'store' , type = bool_type , required = False , default = True ,
@@ -806,7 +806,7 @@ def define_cl_args():
806806 parser .add_argument ('--generate_src_file' , dest = 'generate_src_file' , action = 'store' , type = bool_type , required = False , default = True ,
807807 help = "Generate separate reStructuredText files for the YAML sources rather than including them in the description files?" )
808808 parser .add_argument ('--show_hierarchy_plots' , dest = 'show_hierarchy_plots' , action = 'store' , type = bool_type , required = False , default = True ,
809- help = "Generate and show plots of the hierarchy for each tyep /neurodata_type?" )
809+ help = "Generate and show plots of the hierarchy for each type /neurodata_type?" )
810810 parser .add_argument ('--show_yaml_src' , dest = 'show_yaml_src' , action = 'store' , type = bool_type , required = False , default = True ,
811811 help = "Show the source specification as YAML." )
812812 parser .add_argument ('--custom_description' , dest = 'custom_description' , action = 'store' , type = str , required = False , default = None ,
0 commit comments