Skip to content

Commit 317a297

Browse files
committed
Fix typo and make fabbot happy
1 parent 92912c2 commit 317a297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Gitonomy/Git/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public function getBlame($revision, $file, $lineRange = null)
377377
*
378378
* @param array $revisions An array of revisions to show logs from. Can be
379379
* any text value type
380-
* @param array $paths Restrict log to modifications occuring on given
380+
* @param array $paths Restrict log to modifications occurring on given
381381
* paths.
382382
* @param int $offset Start from a given offset in results.
383383
* @param int $limit Limit number of total results.

0 commit comments

Comments
 (0)