Skip to content

Commit c175d3f

Browse files
committed
Fix misspelled word
1 parent b826483 commit c175d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compilesketches/compilesketches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def get_manager_dependency_name(self, dependency):
288288
"""Return the appropriate name value for a repository dependency
289289
290290
Keyword arguments:
291-
dependency -- dictionary defining the Library/Board Manger dependency
291+
dependency -- dictionary defining the Library/Board Manager dependency
292292
"""
293293
name = dependency[self.dependency_name_key]
294294
if self.dependency_version_key in dependency:

0 commit comments

Comments
 (0)