Skip to content

Commit

Permalink
More explicit message, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-raoul committed Mar 7, 2018
1 parent 968f591 commit 3f1de4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CmisSync.Console/ConsoleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void ActivityStopped()
}

/// <summary>
/// Activity error occured.
/// Activity error occurred.
/// </summary>
public void ActivityError(Tuple<string, Exception> error)
{
Expand Down
2 changes: 1 addition & 1 deletion CmisSync.Lib/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public Config(string fullPath)
{
FullPath = fullPath;
ConfigPath = Path.GetDirectoryName(FullPath);
Console.WriteLine("FullPath:" + FullPath);
Console.WriteLine("CmisSync configuration file: " + FullPath);

// Create configuration folder if it does not exist yet.
if (!Directory.Exists(ConfigPath))
Expand Down

0 comments on commit 3f1de4a

Please sign in to comment.