Skip to content

Commit 7e3b070

Browse files
committed
fix typo in docstring of toolchain._add_dependency_variables method
1 parent 1344b97 commit 7e3b070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/toolchain/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ def handle_sysroot(self):
10611061

10621062
def _add_dependency_variables(self, names=None, cpp=None, ld=None):
10631063
"""
1064-
Add linker and preprocessor paths to dependencies to self.variables
1064+
Add linker and preprocessor paths of dependencies to self.variables
10651065
:names: list of strings containing the name of the dependency
10661066
"""
10671067
# collect dependencies

0 commit comments

Comments
 (0)