1
0
Fork 0

lutest: Fix the typo in the commit message

This commit is contained in:
Holger Hans Peter Freyther 2012-12-01 23:29:37 +01:00
parent 1795a8f6aa
commit 648c1e8e6a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ FakeBTS.OpenBSCTest subclass: LUTest [
(msg isKindOf: GSM48IdentityReq)
ifFalse: [^self error: 'Wanted identity request'].
(msg idType isIMEI)
ifFalse: [^self error: 'Wanted IMEI reqest'].
ifFalse: [^self error: 'Wanted IMEI request'].
msg := GSM48IdentityResponse new.
msg mi imei: '6666666666666666'.
lchan sendGSM: msg toMessage.