Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
will1742 committed Aug 23, 2021
1 parent 8200f2e commit c192714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Haas_Lathes_BIDC/Bechtel ST-20Y.cps
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ function getToolHolderBIDCST20(toolNum) {
case 12:
return KM40A;
default:
throw "INVALID ST20Y TOOL NUMBER: " + tool.number;
throw "INVALID ST20Y TOOL NUMBER: " + toolNum;
}
}

Expand Down

0 comments on commit c192714

Please sign in to comment.