Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2014-01-22 02:55:40 +0400
committernulltoken <emeric.fermas@gmail.com>2014-03-21 00:16:22 +0400
commit8124810028e03ca1e0cd177868f20e7308e086a3 (patch)
tree0d49550281f7f2e6edababa97b4167dd291be473 /LibGit2Sharp/Configuration.cs
parenta09f1939f30efe23bd068297bdd93e2f943efe37 (diff)
Update libgit2 to 36a80fd
https://github.com/libgit2/libgit2/compare/65e9dc6...36a80fd
Diffstat (limited to 'LibGit2Sharp/Configuration.cs')
-rw-r--r--LibGit2Sharp/Configuration.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/Configuration.cs b/LibGit2Sharp/Configuration.cs
index e7de3d24..43f4eb20 100644
--- a/LibGit2Sharp/Configuration.cs
+++ b/LibGit2Sharp/Configuration.cs
@@ -144,7 +144,7 @@ namespace LibGit2Sharp
/// The first occurence of the key will be returned.
/// </para>
/// <para>
- /// For example in order to get the value for this in a .git\config file:
+ /// For example in order to get the value for this in a .git\config file:
///
/// <code>
/// [core]
@@ -171,7 +171,7 @@ namespace LibGit2Sharp
/// <summary>
/// Get a configuration value for a key. Keys are in the form 'section.name'.
/// <para>
- /// For example in order to get the value for this in a .git\config file:
+ /// For example in order to get the value for this in a .git\config file:
///
/// <code>
/// [core]