From 00b4e00944b15af888970d24aaf6efed500dc090 Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Mon, 28 Mar 2011 16:21:15 -0700 Subject: [PATCH] Fix typos in providers.xml bug 4090086 Change-Id: I257410357306495f842a02a94337c5e554d08ed5 --- res/xml/providers.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/xml/providers.xml b/res/xml/providers.xml index 4d607d74a..a223d2fa3 100644 --- a/res/xml/providers.xml +++ b/res/xml/providers.xml @@ -87,7 +87,7 @@ Often times a hosting company will have multiple mail server addresses. Often times used for load balancing or based upon geographical boundaries. In these cases, it would be unwieldy to maintain a list of 2-dozen providers that all - point the essentially the same mail server. To alleviate this, domains may + point to essentially the same mail server. To alleviate this, domains may contain pattern matching characters that can be used to match user entered domains without knowing the exact domain. @@ -95,9 +95,9 @@ global character matches zero or more characters. This is a very greedy wild card and may lead to unexpected matches. - The alternate is the wild card character - a '?'. The wide card character + The alternate is the wild card character - a '?'. The wild card character matches any single character. This is very useful when the number of characters - is know (such as the country code in the domain). + is known (such as the country code in the domain). ==== TEMPLATES ====