diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ccda3d0..1fe5004 100644 --- a/Properties/AssemblyInfo.cs +++ b/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("")] diff --git a/ServiceDescriptor.cs b/ServiceDescriptor.cs index 6e3254e..d182f00 100755 --- a/ServiceDescriptor.cs +++ b/ServiceDescriptor.cs @@ -171,7 +171,7 @@ namespace winsw /// /// 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. /// private string AppendTags(string tagName) {