Skip to content

Commit d3d1099

Browse files
Fixed a typo
1 parent 1d8f600 commit d3d1099

11 files changed

+12
-12
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Other changes:
88

99
- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE` with default value 1.
1010
- Changed macro `VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT` default value from 0 to 1.
11-
- Added documentation chapter "Frequenty asked questions".
11+
- Added documentation chapter "Frequently asked questions".
1212
- Other fixes and improvements, including compatibility with various platforms and compilers.
1313

1414
# 3.2.1 (2025-02-05)

docs/html/choosing_memory_type.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
<div id="nav-path" class="navpath">
8585
<ul>
86-
<li class="navelem"><a class="el" href="index.html">Vulkan Memory Allocator</a></li><li class="navelem"><a class="el" href="faq.html">Frequenty asked questions</a></li> </ul>
86+
<li class="navelem"><a class="el" href="index.html">Vulkan Memory Allocator</a></li><li class="navelem"><a class="el" href="faq.html">Frequently asked questions</a></li> </ul>
8787
</div>
8888
</div><!-- top -->
8989
<div id="doc-content">

docs/html/faq.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
66
<meta name="generator" content="Doxygen 1.13.0"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>Vulkan Memory Allocator: Frequenty asked questions</title>
8+
<title>Vulkan Memory Allocator: Frequently asked questions</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -88,7 +88,7 @@
8888
</div><!-- top -->
8989
<div id="doc-content">
9090
<div><div class="header">
91-
<div class="headertitle"><div class="title">Frequenty asked questions</div></div>
91+
<div class="headertitle"><div class="title">Frequently asked questions</div></div>
9292
</div><!--header-->
9393
<div class="contents">
9494
<div class="textblock"><p><b>What is VMA?</b></p>

docs/html/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<p><b>API documentation divided into groups:</b> <a href="topics.html">Topics</a></p>
9595
<p><b>General documentation chapters:</b></p>
9696
<ul>
97-
<li><a class="el" href="faq.html">Frequenty asked questions</a></li>
97+
<li><a class="el" href="faq.html">Frequently asked questions</a></li>
9898
<li><a class="el" href="quick_start.html">Quick start</a><ul>
9999
<li><a class="el" href="quick_start.html#quick_start_project_setup">Project setup</a></li>
100100
<li><a class="el" href="quick_start.html#quick_start_initialization">Initialization</a></li>

docs/html/search/all_0.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_5.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_f.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var searchData=
22
[
33
['querying_20for_20budget_0',['Querying for budget',['../staying_within_budget.html#staying_within_budget_querying_for_budget',1,'']]],
4-
['questions_1',['Frequenty asked questions',['../faq.html',1,'index']]],
4+
['questions_1',['Frequently asked questions',['../faq.html',1,'index']]],
55
['quick_20start_2',['Quick start',['../quick_start.html',1,'index']]]
66
];

docs/html/search/pages_0.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ var searchData=
77
['allocator_4',['Virtual allocator',['../virtual_allocator.html',1,'index']]],
88
['and_20user_20data_5',['Allocation names and user data',['../allocation_annotation.html',1,'index']]],
99
['apis_6',['Interop with other graphics APIs',['../other_api_interop.html',1,'index']]],
10-
['asked_20questions_7',['Frequenty asked questions',['../faq.html',1,'index']]]
10+
['asked_20questions_7',['Frequently asked questions',['../faq.html',1,'index']]]
1111
];

docs/html/search/pages_5.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var searchData=
22
[
3-
['frequenty_20asked_20questions_0',['Frequenty asked questions',['../faq.html',1,'index']]]
3+
['frequently_20asked_20questions_0',['Frequently asked questions',['../faq.html',1,'index']]]
44
];

docs/html/search/pages_d.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var searchData=
22
[
3-
['questions_0',['Frequenty asked questions',['../faq.html',1,'index']]],
3+
['questions_0',['Frequently asked questions',['../faq.html',1,'index']]],
44
['quick_20start_1',['Quick start',['../quick_start.html',1,'index']]]
55
];

include/vk_mem_alloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -16845,7 +16845,7 @@ VMA_CALL_PRE VkResult VMA_CALL_POST vmaGetMemoryWin32Handle(VmaAllocator VMA_NOT
1684516845
#endif // VMA_IMPLEMENTATION
1684616846

1684716847
/**
16848-
\page faq Frequenty asked questions
16848+
\page faq Frequently asked questions
1684916849

1685016850
<b>What is VMA?</b>
1685116851

0 commit comments

Comments
 (0)