corrected typo as pointed out by issue #2

pull/12/merge
Kohsuke Kawaguchi 2013-03-01 15:28:41 -08:00
parent a28b98f3b8
commit 48fb6579ed
2 changed files with 2 additions and 2 deletions

View File

@ -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("")]

View File

@ -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)
{