Cosmetic: fix various typos

Change-Id: Ia6a587d872b410059713f41d09ba082bac835a6b
diff --git a/library/rua/RUA_Emulation.ttcn b/library/rua/RUA_Emulation.ttcn
index 2d6291d..40eb3b7 100644
--- a/library/rua/RUA_Emulation.ttcn
+++ b/library/rua/RUA_Emulation.ttcn
@@ -365,7 +365,7 @@
 	T.start;
 	alt {
 	[] RUA.receive(tr_RUA_ConnectionlessTransfer(decmatch tr_RANAP_ResetAck)) {
-		log("RUA-RANAP: Received RESET-ACK in resposne to RESET, we're reay to go!");
+		log("RUA-RANAP: Received RESET-ACK in response to RESET, we're reay to go!");
 		}
 	[] as_reset_ack();
 	[] RUA.receive { repeat; }