Description: Fix spelling error in utils.c
Author: Dave Hibberd <d@vehibberd.com>
Last-Update: 2016-09-06 

--- a/utils.c
+++ b/utils.c
@@ -161,7 +161,7 @@
 	
 /*	routine changed by VE3TOK	*/
 	printf("Error number: %d\n", e);
-	perror("The following error occured: ");
+	perror("The following error occurred: ");
 
 }
 
