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
361
361
void Remove ( IEnumerable < string > paths , bool removeFromWorkingDirectory , ExplicitPathsOptions explicitPathsOptions ) ;
362
362
363
363
/// <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 .
365
365
/// </summary>
366
366
/// <param name="filePath">The relative path within the working directory to the file.</param>
367
367
/// <returns>A <see cref="FileStatus"/> representing the state of the <paramref name="filePath"/> parameter.</returns>
368
368
FileStatus RetrieveStatus ( string filePath ) ;
369
369
370
370
/// <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 .
372
372
/// </summary>
373
373
/// <param name="options">If set, the options that control the status investigation.</param>
374
374
/// <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