From 1d9c43895274b213a65e23a381c3d3973f9a8a5d Mon Sep 17 00:00:00 2001 From: Katelyn Baker Date: Fri, 4 Aug 2017 16:28:39 +0100 Subject: [PATCH] Fix spelling error --- .../net/corda/core/serialization/amqp/SerializerFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/kotlin/net/corda/core/serialization/amqp/SerializerFactory.kt b/core/src/main/kotlin/net/corda/core/serialization/amqp/SerializerFactory.kt index 97b3fc26d1..ba750e9440 100644 --- a/core/src/main/kotlin/net/corda/core/serialization/amqp/SerializerFactory.kt +++ b/core/src/main/kotlin/net/corda/core/serialization/amqp/SerializerFactory.kt @@ -316,7 +316,7 @@ class SerializerFactory(val whitelist: ClassWhitelist = AllWhitelist) { } } else if (name.endsWith("[p]")) { // There is no need to handle the ByteArray case as that type is coercible automatically - // to the binary type and is thus handled by the main steriliser and doesn't need a + // to the binary type and is thus handled by the main serializer and doesn't need a // special case for a primitive array of bytes when(name) { "int[p]" -> IntArray::class.java