mirror of https://github.com/winsw/winsw
corrected typo as pointed out by issue #2
parent
a28b98f3b8
commit
48fb6579ed
|
@ -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("")]
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue