smalltalk
/
osmo-st-smpp
Archived
1
0
Fork 0

codec: Fix typo

This commit is contained in:
Holger Hans Peter Freyther 2014-06-17 19:10:36 +02:00
parent ca7c90b83f
commit 2008f19ac1
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ sub-classes will provide the specific bodies.'>
self doParse: attribute stream: aStream]].
].
aStream atEnd ifFalse: [^self error: 'Message not consume'].
aStream atEnd ifFalse: [^self error: 'Message not consumed'].
]
writeOn: aMsg [