]> git.mxchange.org Git - simgear.git/commitdiff
TerraSync log typo
authorGijs de Rooy <gijsrooy@hotmail.com>
Wed, 20 Jan 2016 11:16:14 +0000 (12:16 +0100)
committerGijs de Rooy <gijsrooy@hotmail.com>
Wed, 20 Jan 2016 11:16:14 +0000 (12:16 +0100)
simgear/scene/tsync/terrasync.cxx

index 2ae77e453e8c5ca06c5f331afe12e3a3c5b1b636..c48881c60e9821c3ace0c3ab0f8127ee18eab9d9 100644 (file)
@@ -740,7 +740,7 @@ void SGTerraSync::SvnThread::fail(SyncItem failedItem)
     failedItem._status = SyncItem::Failed;
     _freshTiles.push_back(failedItem);
     SG_LOG(SG_TERRASYNC,SG_INFO,
-           "Faield to sync'" << failedItem._dir << "'");
+           "Failed to sync'" << failedItem._dir << "'");
     _completedTiles[ failedItem._dir ] = now + UpdateInterval::FailedAttempt;
     _is_dirty = true;
 }