mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 08:42:41 +01:00
Correctly spell 'committer'
Summary: It's a funny word. h/t @joshuaspence Test Plan: Inspection of correct spelling. Reviewers: epriestley, joshuaspence Reviewed By: joshuaspence Subscribers: Korvin, joshuaspence Differential Revision: https://secure.phabricator.com/D19570
This commit is contained in:
parent
6df278bea8
commit
2951694c27
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ final class PhabricatorRepositoryCommit
|
||||||
return $this->assertAttached($this->authorIdentity);
|
return $this->assertAttached($this->authorIdentity);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCommiterIdentity() {
|
public function getCommitterIdentity() {
|
||||||
return $this->assertAttached($this->committerIdentity);
|
return $this->assertAttached($this->committerIdentity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue