Revision 2ed0e208 lib/build/sphinx_ext.py

b/lib/build/sphinx_ext.py
124 124
                   key=compat.fst)
125 125

  
126 126
  for (rapi_name, name, default, test, doc) in params_with_alias:
127
    # Hide common parameters if not explicitely included
127
    # Hide common parameters if not explicitly included
128 128
    if (name in COMMON_PARAM_NAMES and
129 129
        (not include or name not in include)):
130 130
      continue

Also available in: Unified diff