File: 0007-Fix-typo-in-dtPoly-member-documentation-649.patch

package info (click to toggle)
recastnavigation 1.6.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,928 kB
  • sloc: cpp: 50,116; ansic: 2,674; xml: 182; makefile: 16
file content (25 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From ee39124e5f6cb23086b4aa9eebd18454c7342f4f Mon Sep 17 00:00:00 2001
From: HelloKitty <andrew.blakely@ymail.com>
Date: Mon, 24 Jul 2023 22:11:46 -0500
Subject: [PATCH 07/36] Fix typo in dtPoly member documentation (#649)

---
 Detour/Include/DetourNavMesh.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Detour/Include/DetourNavMesh.h b/Detour/Include/DetourNavMesh.h
index 4c1277d..e227fe4 100644
--- a/Detour/Include/DetourNavMesh.h
+++ b/Detour/Include/DetourNavMesh.h
@@ -171,7 +171,7 @@ struct dtPoly
 	unsigned char vertCount;
 
 	/// The bit packed area id and polygon type.
-	/// @note Use the structure's set and get methods to acess this value.
+	/// @note Use the structure's set and get methods to access this value.
 	unsigned char areaAndtype;
 
 	/// Sets the user defined area id. [Limit: < #DT_MAX_AREAS]
-- 
2.43.0