From c7446413f592895f8e7e4ed129729284ee9861fd Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sat, 25 Feb 2012 22:57:31 +0000 Subject: [PATCH] Spelling fix --- library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h index fa845144..344b1d39 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h +++ b/library/PolyVoxCore/include/PolyVoxCore/AStarPathfinder.h @@ -44,7 +44,7 @@ namespace PolyVox extern const POLYVOX_API Vector3DInt32 arrayPathfinderCorners[8]; /// This function provides the default method for checking whether a given voxel - /// is vaid for the path computed by the AStarPathfinder. + /// is valid for the path computed by the AStarPathfinder. template< template class VolumeType, typename VoxelType> bool aStarDefaultVoxelValidator(const VolumeType* volData, const Vector3DInt32& v3dPos);