From a6a0a091978d09ffa85306dcabb671370a5bb322 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 30 Sep 2019 17:06:28 +1000 Subject: Cleanup: spelling --- intern/libmv/libmv/autotrack/callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/libmv') diff --git a/intern/libmv/libmv/autotrack/callbacks.h b/intern/libmv/libmv/autotrack/callbacks.h index e65841de3ce..ee3d2eeb7c3 100644 --- a/intern/libmv/libmv/autotrack/callbacks.h +++ b/intern/libmv/libmv/autotrack/callbacks.h @@ -27,7 +27,7 @@ namespace mv { struct OperationListener { // All hooks return true to continue or false to indicate the operation - // should abort. Hooks should be thread safe (reentrant). + // should abort. Hooks should be thread safe (re-entrant). virtual bool Log(const string& message) = 0; virtual bool Progress(double fraction) = 0; virtual bool Cancelled() = 0; -- cgit v1.2.3