corrected typo as pointed out by issue #2

This commit is contained in:
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

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