Browse Source

corrected typo as pointed out by issue #2

Kohsuke Kawaguchi 12 years ago
parent
commit
48fb6579ed
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Properties/AssemblyInfo.cs
  2. 1 1
      ServiceDescriptor.cs

+ 1 - 1
Properties/AssemblyInfo.cs

@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("CloudBees, Inc.")]
 [assembly: AssemblyProduct("Windows Service Wrapper")]
-[assembly: AssemblyCopyright("Copyright 2008-2010 Sun Micorsystems, Inc., CloudBees, Inc.")]
+[assembly: AssemblyCopyright("Copyright 2008-2010 Sun Microsystems, Inc., CloudBees, Inc.")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 

+ 1 - 1
ServiceDescriptor.cs

@@ -171,7 +171,7 @@ namespace winsw
 
         /// <summary>
         /// Combines the contents of all the elements of the given name,
-        /// or return null if no element exists. Handles whitespace quotatoin.
+        /// or return null if no element exists. Handles whitespace quotation.
         /// </summary>
         private string AppendTags(string tagName)
         {