diff --git a/libtextsecure/outgoing_message.js b/libtextsecure/outgoing_message.js index 8fa8aab9e..4bed82dba 100644 --- a/libtextsecure/outgoing_message.js +++ b/libtextsecure/outgoing_message.js @@ -46,7 +46,7 @@ function OutgoingMessage( const { numberInfo, senderCertificate, preKeyBundleType } = options; this.numberInfo = numberInfo; this.senderCertificate = senderCertificate; - this.preKeyBundleType = preKeyBundleType || textsecure.protobuf.PreKeyBundleMessage.Type.UNKOWN; + this.preKeyBundleType = preKeyBundleType || textsecure.protobuf.PreKeyBundleMessage.Type.UNKNOWN; } OutgoingMessage.prototype = {