Skip to content

Commit 89ce4c9

Browse files
committed
fix mispelling
1 parent 68a4c57 commit 89ce4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyeda2kicad/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def valid_arguments(arguments: dict) -> bool:
121121

122122
if arguments["project_relative"] and not arguments["output"]:
123123
logging.error(
124-
"A project specific library path should be given with --ouput option when"
124+
"A project specific library path should be given with --output option when"
125125
" using --project-relative option\nFor example: easyeda2kicad"
126126
" --lcsc_id=C2040 --full"
127127
" --output=C:/Users/your_username/Documents/Kicad/6.0/projects/my_project"

0 commit comments

Comments
 (0)