File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,14 +361,14 @@ public interface IRepository : IDisposable
361361 void Remove ( IEnumerable < string > paths , bool removeFromWorkingDirectory , ExplicitPathsOptions explicitPathsOptions ) ;
362362
363363 /// <summary>
364- /// Retrieves the state of a file in the working directory, comparing it against the staging area and the latest commmit .
364+ /// Retrieves the state of a file in the working directory, comparing it against the staging area and the latest commit .
365365 /// </summary>
366366 /// <param name="filePath">The relative path within the working directory to the file.</param>
367367 /// <returns>A <see cref="FileStatus"/> representing the state of the <paramref name="filePath"/> parameter.</returns>
368368 FileStatus RetrieveStatus ( string filePath ) ;
369369
370370 /// <summary>
371- /// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commmit .
371+ /// Retrieves the state of all files in the working directory, comparing them against the staging area and the latest commit .
372372 /// </summary>
373373 /// <param name="options">If set, the options that control the status investigation.</param>
374374 /// <returns>A <see cref="RepositoryStatus"/> holding the state of all the files.</returns>
You can’t perform that action at this time.
0 commit comments