From 330baf2bd59c4bc70a1d035d91ab277f3cca0a6e Mon Sep 17 00:00:00 2001
From: Chris Hood <chris@univate.com.au>
Date: Mon, 4 May 2015 14:29:31 +1000
Subject: [PATCH] mis-spelling of satellite

---
 includes/phone.au.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/phone.au.inc b/includes/phone.au.inc
index 6d5df97..d437915 100644
--- a/includes/phone.au.inc
+++ b/includes/phone.au.inc
@@ -144,7 +144,7 @@ function au_validate_number($number, $ext = '', &$error) {
     return FALSE;
   }
   elseif (!empty($correct_number)) {
-    $error = 'You have not entered a valid australian phone number. Please enter a 10 digit phone number including the area code, but not including the 61 international prefix. Valid 1800, 1300, and 13 numbers are accepted, as are satilite and AMPS numbers.';
+    $error = 'You have not entered a valid australian phone number. Please enter a 10 digit phone number including the area code, but not including the 61 international prefix. Valid 1800, 1300, and 13 numbers are accepted, as are satellite and AMPS numbers.';
     return FALSE;
   }
 
-- 
1.9.1

