From 372aea129846d88aa16648e046d31ab5532adc7d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 10 Oct 2010 23:07:07 +0100 Subject: [PATCH] [fetcher] fix comments --- SparkleLib/SparkleFetcher.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SparkleLib/SparkleFetcher.cs b/SparkleLib/SparkleFetcher.cs index 521a8a0a..b47a4d8a 100644 --- a/SparkleLib/SparkleFetcher.cs +++ b/SparkleLib/SparkleFetcher.cs @@ -20,7 +20,7 @@ using System.Diagnostics; namespace SparkleLib { - // A helper class that fetches and and configures + // A helper class that fetches and configures // a remote repository public class SparkleFetcher { @@ -45,6 +45,7 @@ namespace SparkleLib { } + // Clones the remote repository public void Clone () {