Skip to content

Commit 08af682

Browse files
Fixed a typo
1 parent 9ef66bc commit 08af682

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

docs/html/faq.html

Lines changed: 2 additions & 2 deletions
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>D3D12 Memory Allocator: Frequenty asked questions</title>
8+
<title>D3D12 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 D3D12MA?</b></p>

docs/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<h1><a class="anchor" id="main_table_of_contents"></a>
9595
Table of contents</h1>
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_creating_resources">Creating resources</a></li>

docs/html/search/all_0.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_5.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/html/search/all_f.js

Lines changed: 1 addition & 1 deletion
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
];

docs/html/search/pages_0.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ var searchData=
66
['allocation_20algorithm_3',['Linear allocation algorithm',['../linear_algorithm.html',1,'index']]],
77
['allocator_4',['D3D12 Memory Allocator',['../index.html',1,'']]],
88
['allocator_5',['Virtual allocator',['../virtual_allocator.html',1,'optimal_allocation']]],
9-
['asked_20questions_6',['Frequenty asked questions',['../faq.html',1,'index']]]
9+
['asked_20questions_6',['Frequently asked questions',['../faq.html',1,'index']]]
1010
];

docs/html/search/pages_3.js

Lines changed: 1 addition & 1 deletion
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_9.js

Lines changed: 1 addition & 1 deletion
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/D3D12MemAlloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ DEFINE_ENUM_FLAG_OPERATORS(D3D12MA::VIRTUAL_ALLOCATION_FLAGS);
18001800
/// \endcond
18011801

18021802
/**
1803-
\page faq Frequenty asked questions
1803+
\page faq Frequently asked questions
18041804
18051805
<b>What is %D3D12MA?</b>
18061806

0 commit comments

Comments
 (0)