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:
authornulltoken <emeric.fermas@gmail.com>2012-12-11 15:09:37 +0400
committernulltoken <emeric.fermas@gmail.com>2012-12-11 15:09:37 +0400
commit4c1cd49513ba0c78de54799661cd03661f8a31ad (patch)
tree57775f3cefd72c0a28882f008cd9a96b09ce15b2 /LibGit2Sharp/RepositoryOptions.cs
parent7c08048cfb150d50acc92fa404db256c29427b6b (diff)
Fix some issues pinpointed by Code Analysis
Diffstat (limited to 'LibGit2Sharp/RepositoryOptions.cs')
-rw-r--r--LibGit2Sharp/RepositoryOptions.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/RepositoryOptions.cs b/LibGit2Sharp/RepositoryOptions.cs
index 81c667d1..846477e9 100644
--- a/LibGit2Sharp/RepositoryOptions.cs
+++ b/LibGit2Sharp/RepositoryOptions.cs
@@ -42,7 +42,7 @@
/// or to a non existent configuration file which will be eventually created.
/// </para>
/// </summary>
- public string XDGConfigurationLocation { get; set; }
+ public string XdgConfigurationLocation { get; set; }
/// <summary>
/// Overrides the probed location of the System configuration file of a repository.