While using Votive I noticed a typo in the documentation and fixed a few more. I've attached a patch.

--
Bruce Cran
diff -r 3f6acd8dcaf9 src/Votive/votive/projectproperty.cs
--- a/src/Votive/votive/projectproperty.cs      Fri Oct 28 14:49:36 2011 -0700
+++ b/src/Votive/votive/projectproperty.cs      Fri Nov 11 10:53:52 2011 +0000
@@ -152,7 +152,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property allows variables in the 
value (affects escaping behavior).
+        /// Gets a flag indicating whether the property allows variables in 
the value (affects escaping behavior).
         /// </summary>
         public bool AllowVariables
         {
@@ -160,7 +160,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property value is a list of 
items (affects escaping behavior).
+        /// Gets a flag indicating whether the property value is a list of 
items (affects escaping behavior).
         /// </summary>
         public bool List
         {
@@ -168,7 +168,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property is stored at the end of 
the project file.
+        /// Gets a flag indicating whether the property is stored at the end 
of the project file.
         /// </summary>
         public bool EndOfProjectFile
         {
diff -r 3f6acd8dcaf9 src/Votive/votive2010/projectproperty.cs
--- a/src/Votive/votive2010/projectproperty.cs  Fri Oct 28 14:49:36 2011 -0700
+++ b/src/Votive/votive2010/projectproperty.cs  Fri Nov 11 10:53:52 2011 +0000
@@ -153,7 +153,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property allows variables in the 
value (affects escaping behavior).
+        /// Gets a flag indicating whether the property allows variables in 
the value (affects escaping behavior).
         /// </summary>
         public bool AllowVariables
         {
@@ -161,7 +161,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property value is a list of 
items (affects escaping behavior).
+        /// Gets a flag indicating whether the property value is a list of 
items (affects escaping behavior).
         /// </summary>
         public bool List
         {
@@ -169,7 +169,7 @@
         }
 
         /// <summary>
-        /// Gets a flag indicating wether the property is stored at the end of 
the project file.
+        /// Gets a flag indicating whether the property is stored at the end 
of the project file.
         /// </summary>
         public bool EndOfProjectFile
         {
diff -r 3f6acd8dcaf9 src/wix/Xsd/wixloc.xsd
--- a/src/wix/Xsd/wixloc.xsd    Fri Oct 28 14:49:36 2011 -0700
+++ b/src/wix/Xsd/wixloc.xsd    Fri Nov 11 10:53:52 2011 +0000
@@ -67,7 +67,7 @@
             </xs:attribute>
             <xs:attribute name="Localizable" type="LocalizationYesNoType">
                 <xs:annotation>
-                    <xs:documentation>Indicates whether the string is 
localizable text or a non-localizable string that must be unique per locale. No 
WiX tools are affected by the value of this attribute; it used as documentation 
for localizers to ignore things like GUIDs or identifiers that look like 
text.</xs:documentation>
+                    <xs:documentation>Indicates whether the string is 
localizable text or a non-localizable string that must be unique per locale. No 
WiX tools are affected by the value of this attribute; it is used as 
documentation for localizers to ignore things like GUIDs or identifiers that 
look like text.</xs:documentation>
                 </xs:annotation>
             </xs:attribute>
         </xs:complexType>
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to