Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in error message for duplicates package #2145

Closed
jjhugues opened this issue Jan 2, 2020 · 0 comments
Closed

Typo in error message for duplicates package #2145

jjhugues opened this issue Jan 2, 2020 · 0 comments
Assignees
Milestone

Comments

@jjhugues
Copy link
Contributor

jjhugues commented Jan 2, 2020

checkForDuplicateModelUnits(ModelUnit modelUnit) has a typo line 7619

		if (modelUnit instanceof AadlPackage) {
			message.append("Packge");

should be

		if (modelUnit instanceof AadlPackage) {
			message.append("Package");
@jjhugues jjhugues self-assigned this Jan 2, 2020
@lwrage lwrage added the core label Jan 2, 2020
jjhugues added a commit that referenced this issue Jan 5, 2020
	For issue #2145
@lwrage lwrage added this to the 2.7.0 milestone Jan 6, 2020
@lwrage lwrage closed this as completed Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants