Skip to content

Commit d74baaf

Browse files
DonDiegoVitaly Chipounov
authored and
Vitaly Chipounov
committed
Fix some trivial typos.
1 parent 9497f96 commit d74baaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>S²E Documentation</h1>
3434
<li>Getting Started<ol class="arabic">
3535
<li><a class="reference external" href="BuildingS2E.html">Building S2E</a></li>
3636
<li><a class="reference external" href="ImageInstallation.html">Preparing a VM image for S2E</a></li>
37-
<li><a class="reference external" href="UsingS2EGet.html">Quicky uploading programs to the guest with s2eget</a></li>
37+
<li><a class="reference external" href="UsingS2EGet.html">Quickly uploading programs to the guest with s2eget</a></li>
3838
<li><a class="reference external" href="TestingMinimalProgram.html">Testing a simple program</a></li>
3939
<li><a class="reference external" href="Howtos/init_env.html">Testing Linux binaries</a></li>
4040
<li><a class="reference external" href="Howtos/Concolic.html">Analyzing large programs using concolic execution</a></li>

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ S²E Documentation
1313

1414
1. `Building S2E <BuildingS2E.html>`_
1515
2. `Preparing a VM image for S2E <ImageInstallation.html>`_
16-
3. `Quicky uploading programs to the guest with s2eget <UsingS2EGet.html>`_
16+
3. `Quickly uploading programs to the guest with s2eget <UsingS2EGet.html>`_
1717

1818
4. `Testing a simple program <TestingMinimalProgram.html>`_
1919
5. `Testing Linux binaries <Howtos/init_env.html>`_

s2e.refresh_project.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66

77
blacklist = [
8-
# The following files are for non-i386 targets
8+
# The following files are for non-x86 targets
99
# they cause false positives when looking up symbols
1010
'qemu/target-alpha/',
1111
'qemu/target-arm/',

0 commit comments

Comments
 (0)