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
@@ -54,7 +54,7 @@ class GradientCheckingIterationCallback : public IterationCallback {
// then return SOLVER_ABORT.
virtual CallbackReturnType operator()(const IterationSummary& summary);
// Notify this that a gradient error has occured (thread safe).
// Notify this that a gradient error has occurred (thread safe).
void SetGradientErrorDetected(std::string& error_log);
// Retrieve error status (not thread safe).