From 08b191d72ec0cf2b31306194b96a093303f43e33 Mon Sep 17 00:00:00 2001
From: akwizgran <akwizgran@users.sourceforge.net>
Date: Wed, 19 Oct 2016 15:04:24 +0100
Subject: [PATCH] Fixed a typo in a comment in a test. URGENT STUFF!

---
 briar-tests/src/org/briarproject/util/StringUtilsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/briar-tests/src/org/briarproject/util/StringUtilsTest.java b/briar-tests/src/org/briarproject/util/StringUtilsTest.java
index 165b5bd859..76f830df3d 100644
--- a/briar-tests/src/org/briarproject/util/StringUtilsTest.java
+++ b/briar-tests/src/org/briarproject/util/StringUtilsTest.java
@@ -124,7 +124,7 @@ public class StringUtilsTest extends BriarTestCase {
 				(byte) 0xED, (byte) 0xB0, (byte) 0x80,
 				(byte) 0xC8, (byte) 0x85 // U+0205
 		};
-		// Converstion should ignore the invalid character and return the rest
+		// Conversion should ignore the invalid character and return the rest
 		String expected = "\u0205";
 		assertEquals(expected, StringUtils.fromUtf8(b));
 	}
-- 
GitLab