diff --git a/Autocoders/MagicDrawCompPlugin/doc/man/man3/gov_nasa_jpl_componentaction_ISFComponent.3 b/Autocoders/MagicDrawCompPlugin/doc/man/man3/gov_nasa_jpl_componentaction_ISFComponent.3 index a1534f6d28..11bdf23878 100644 --- a/Autocoders/MagicDrawCompPlugin/doc/man/man3/gov_nasa_jpl_componentaction_ISFComponent.3 +++ b/Autocoders/MagicDrawCompPlugin/doc/man/man3/gov_nasa_jpl_componentaction_ISFComponent.3 @@ -274,7 +274,7 @@ Namespace string of the componentElement .PP .SS "List gov\&.nasa\&.jpl\&.componentaction\&.ISFComponent\&.getPortDataList ()" -Creates a list of strings based off the data type from filitList values +Creates a list of strings based off the data type from filtList values .PP \fBReturns:\fP .RS 4 diff --git a/Autocoders/MagicDrawCompPlugin/src/gov/nasa/jpl/componentaction/ISFComponent.java b/Autocoders/MagicDrawCompPlugin/src/gov/nasa/jpl/componentaction/ISFComponent.java index 55c9cae981..878dadb41e 100644 --- a/Autocoders/MagicDrawCompPlugin/src/gov/nasa/jpl/componentaction/ISFComponent.java +++ b/Autocoders/MagicDrawCompPlugin/src/gov/nasa/jpl/componentaction/ISFComponent.java @@ -353,7 +353,7 @@ public class ISFComponent { } /** - * Creates a list of strings based off the data type from filitList values + * Creates a list of strings based off the data type from filtList values * @return A list of data type strings */ public List getPortDataList() { diff --git a/docs/doxygen/gh_pages.py b/docs/doxygen/gh_pages.py index dcb777f20b..f9925fc3ef 100644 --- a/docs/doxygen/gh_pages.py +++ b/docs/doxygen/gh_pages.py @@ -61,7 +61,7 @@ def main(): ['/{}'.format(correction) for correction in defunct_files] corrections_out = ['"{}'.format(correction) for correction in corrected] + \ ['/{}'.format(correction) for correction in corrected] - full_files = [os.path.join(path, fle) for path, _, files in os.walk(directory) for fle in files] + full_files = [os.path.join(path, file) for path, _, files in os.walk(directory) for file in files] mappings = list(zip(corrections_out, corrections_in)) #for inin, outout in mappings: # print("{} -> {}".format(inin, outout))