Occured -> Occurred.

Thanks to Phillip Huebner for reporting this.

Change-Id: I9cddfbb373aeb496961d08e434fe661bff4abd29
This commit is contained in:
Sameer Agarwal
2016-10-19 04:45:23 -07:00
parent b82f972796
commit 7ed9e2fb7f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -919,7 +919,7 @@ Numeric Differentiation & LocalParameterization
local_parameterizations, numeric_diff_options);
GradientCheckResults results;
if (!gradient_checker.Probe(parameter_blocks.data(), 1e-9, &results) {
LOG(ERROR) << "An error has occured:\n" << results.error_log;
LOG(ERROR) << "An error has occurred:\n" << results.error_log;
}