Skip to content

Commit

Permalink
spelling: the
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Dec 10, 2024
1 parent a2d5571 commit 8514b7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/models/CompFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CompFactory:
"""
This is a concrete factory method object used to create the interface
to the code generation. A single call to create is made that returns
a the component object containing all the ports, includes, args, etc.
the component object containing all the ports, includes, args, etc.
"""

__parsed = None
Expand Down
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/models/PortFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PortFactory:
"""
This is a concrete factory method object used to create the interface
to the code generation. A single call to create is made that returns
a the port object containing all the includes, args, etc.
the port object containing all the includes, args, etc.
"""

__parsed = None
Expand Down
2 changes: 1 addition & 1 deletion Autocoders/Python/src/fprime_ac/models/TopoFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TopoFactory:
"""
This is a concrete factory method object used to create the interface
to the code generation. A single call to create is made that returns
a the topology object containing a list of instanced components and
the topology object containing a list of instanced components and
general topology information. Each component contains a list
of output ports and each output port contains target component instance
name and port name and type.
Expand Down
2 changes: 1 addition & 1 deletion cmake/API.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ endfunction(register_fprime_executable)
#
# ### Standard fprime Deployment Example ###
#
# To create a standard fprime deployment, an the user must call `register_fprime_deployment()` after defining
# To create a standard fprime deployment, the user must call `register_fprime_deployment()` after defining
# SOURCE_FILES and MOD_DEPS.
#
# ```
Expand Down
2 changes: 1 addition & 1 deletion cmake/target/build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endfunction(build_add_global_target)
# build_setup_build_module:
#
# Helper function to setup the module. This was the historical core of the CMake system, now embedded as part of this
# build target. It adds a the target (library, executable), sets up compiler source files, flags generated sources,
# build target. It adds the target (library, executable), sets up compiler source files, flags generated sources,
# sets up module and linker dependencies adds the file to the hashes.txt file, sets up include directories, etc.
#
# - MODULE: module name being setup
Expand Down

0 comments on commit 8514b7c

Please sign in to comment.