From 2951694c27370b501816f9eecff76e4cb65fb081 Mon Sep 17 00:00:00 2001 From: Austin McKinley Date: Thu, 9 Aug 2018 12:30:42 -0700 Subject: [PATCH] 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 --- .../repository/storage/PhabricatorRepositoryCommit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/repository/storage/PhabricatorRepositoryCommit.php b/src/applications/repository/storage/PhabricatorRepositoryCommit.php index abcf862b40..cf88c0eb54 100644 --- a/src/applications/repository/storage/PhabricatorRepositoryCommit.php +++ b/src/applications/repository/storage/PhabricatorRepositoryCommit.php @@ -206,7 +206,7 @@ final class PhabricatorRepositoryCommit return $this->assertAttached($this->authorIdentity); } - public function getCommiterIdentity() { + public function getCommitterIdentity() { return $this->assertAttached($this->committerIdentity); }