Fix typo.

This commit is contained in:
Jeff Young 2021-01-26 23:17:19 +00:00
parent de1c3a83fd
commit 0967f8fc78
1 changed files with 1 additions and 1 deletions

View File

@ -1105,7 +1105,7 @@ LIB_PIN* SCH_SEXPR_PARSER::parsePin()
default:
Expecting( "input, output, bidirectional, tri_state, passive, "
"unspecified, power_in, power_out, open_collector, "
"open_emitter, free or noconnect" );
"open_emitter, free or no_connect" );
return ELECTRICAL_PINTYPE::PT_UNSPECIFIED;
}
};