[fetcher] fix comments

This commit is contained in:
Hylke Bons 2010-10-10 23:07:07 +01:00
parent b12d1f5e63
commit 372aea1298

View file

@ -20,7 +20,7 @@ using System.Diagnostics;
namespace SparkleLib { namespace SparkleLib {
// A helper class that fetches and and configures // A helper class that fetches and configures
// a remote repository // a remote repository
public class SparkleFetcher { public class SparkleFetcher {
@ -45,6 +45,7 @@ namespace SparkleLib {
} }
// Clones the remote repository
public void Clone () public void Clone ()
{ {