From 5493c0e58ee0cc76dae94ec56a80feed1c09b159 Mon Sep 17 00:00:00 2001 From: vrana Date: Sat, 7 Apr 2012 11:45:31 -0700 Subject: [PATCH] Fix typo --- .../diffusion/controller/commit/DiffusionCommitController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/diffusion/controller/commit/DiffusionCommitController.php b/src/applications/diffusion/controller/commit/DiffusionCommitController.php index 73e8a8d3c0..b0604a5a52 100644 --- a/src/applications/diffusion/controller/commit/DiffusionCommitController.php +++ b/src/applications/diffusion/controller/commit/DiffusionCommitController.php @@ -215,7 +215,7 @@ final class DiffusionCommitController extends DiffusionController { )); } - // TOOD: Some parts of the views still rely on properties of the + // TODO: Some parts of the views still rely on properties of the // DifferentialChangeset. Make the objects ephemeral to make sure we don't // accidentally save them, and then set their ID to the appropriate ID for // this application (the path IDs).