Fix a typo in documentation

fix wrong if

Change-Id: I24ba183824788978d4d3b6ee69e5496ce0cb67de
This commit is contained in:
Luong Anh Tuan 2016-10-04 10:53:16 +07:00
parent 1e81849f4f
commit f61638b52a
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class DSLInterpreter(object):
"""Print the configuration of the module/s defined by varname
If varname is a variable or ID associated to a particular component,
the configuration of that component will be printed. If if is a type
the configuration of that component will be printed. If it is a type
of components, the configurations of all components of that type
will be printed.