1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
Austin McKinley 2018-08-09 12:30:42 -07:00
parent 6df278bea8
commit 2951694c27

View file

@ -206,7 +206,7 @@ final class PhabricatorRepositoryCommit
return $this->assertAttached($this->authorIdentity);
}
public function getCommiterIdentity() {
public function getCommitterIdentity() {
return $this->assertAttached($this->committerIdentity);
}