Efferent-Health/HL7-dotnetcore

Error message typo "beggining"

Closed this issue · 2 comments

In src/Message.cs this exception is thrown:

throw new HL7Exception("MSH segment not found at the beggining of the message", HL7Exception.BAD_MESSAGE);

There is a spelling error where "beggining" should be "beginning".

Thanks,

Cam

That typo was fixed some time ago. Are you sure you are using the last version?

I may not be on the latest version. I did a code search in GitHub and found the line of code I referenced so I was assuming it was still in the codebase. Maybe that was found in an older version of the file. If so I apologize for the confusion. I should have checked the resolved issues.