Skip to content

Commit 6b8fd7c

Browse files
Fix typo causing ruff lint to fail (#33)
* Fix typo causing ruff lint to fail * Fix another typo
1 parent 0ecc226 commit 6b8fd7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/building_corpora.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Building a Corpus from an Individual description
55
------------------------------------------------
66

77
To build a corpus from an individual description, run the following command from
8-
the root directory of this repoistory:
8+
the root directory of this repository:
99

1010
.. code-block:: bash
1111

llvm_ir_dataset_utils/util/extract_source_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Library functions for extracting ource files produced by the compiler
1+
"""Library functions for extracting source files produced by the compiler
22
wrapper.
33
"""
44

0 commit comments

Comments
 (0)