Skip to content

Commit af5cb6b

Browse files
authored
Fix typos
1 parent 3e92af1 commit af5cb6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For announcements and discussions, see the [libsnark mailing list](https://group
1616
[TOC]
1717

1818
<!---
19-
NOTE: the file you are reading is in Markdown format, which is is fairly readable
19+
NOTE: the file you are reading is in Markdown format, which is fairly readable
2020
directly, but can be converted into an HTML file with much nicer formatting.
2121
To do so, run "make doc" (this requires the python-markdown package) and view
2222
the resulting file README.html. Alternatively, view the latest HTML version at
@@ -350,7 +350,7 @@ to control these (you can see the default at the top of CMakeLists.txt).
350350
* `cmake -DMULTICORE=ON`
351351

352352
Enable parallelized execution of the ppzkSNARK generator and prover, using OpenMP.
353-
This will utilize all cores on the CPU for heavyweight parallelizabe operations such as
353+
This will utilize all cores on the CPU for heavyweight parallelizable operations such as
354354
FFT and multiexponentiation. The default is single-core.
355355

356356
To override the maximum number of cores used, set the environment variable `OMP_NUM_THREADS`

doxygen.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NUMBER =
4040

4141
PROJECT_BRIEF =
4242

43-
# With the PROJECT_LOGO tag one can specify an logo or icon that is
43+
# With the PROJECT_LOGO tag one can specify a logo or icon that is
4444
# included in the documentation. The maximum height of the logo should not
4545
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
4646
# Doxygen will copy the logo to the output directory.
@@ -254,7 +254,7 @@ MARKDOWN_SUPPORT = YES
254254

255255
# When enabled doxygen tries to link words that correspond to documented classes,
256256
# or namespaces to their corresponding documentation. Such a link can be
257-
# prevented in individual cases by by putting a % sign in front of the word or
257+
# prevented in individual cases by putting a % sign in front of the word or
258258
# globally by setting AUTOLINK_SUPPORT to NO.
259259

260260
AUTOLINK_SUPPORT = YES
@@ -915,7 +915,7 @@ HTML_STYLESHEET =
915915
# user-defined cascading style sheet that is included after the standard
916916
# style sheets created by doxygen. Using this option one can overrule
917917
# certain style aspects. This is preferred over using HTML_STYLESHEET
918-
# since it does not replace the standard style sheet and is therefor more
918+
# since it does not replace the standard style sheet and is therefore more
919919
# robust against future updates. Doxygen will copy the style sheet file to
920920
# the output directory.
921921

@@ -1116,7 +1116,7 @@ QHG_LOCATION =
11161116
# will be generated, which together with the HTML files, form an Eclipse help
11171117
# plugin. To install this plugin and make it available under the help contents
11181118
# menu in Eclipse, the contents of the directory containing the HTML and XML
1119-
# files needs to be copied into the plugins directory of eclipse. The name of
1119+
# files need to be copied into the plugins directory of eclipse. The name of
11201120
# the directory within the plugins directory should be the same as
11211121
# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before
11221122
# the help appears.
@@ -1673,7 +1673,7 @@ UML_LOOK = NO
16731673
# the class node. If there are many fields or methods and many nodes the
16741674
# graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS
16751675
# threshold limits the number of items for each type to make the size more
1676-
# managable. Set this to 0 for no limit. Note that the threshold may be
1676+
# manageable. Set this to 0 for no limit. Note that the threshold may be
16771677
# exceeded by 50% before the limit is enforced.
16781678

16791679
UML_LIMIT_NUM_FIELDS = 10

0 commit comments

Comments
 (0)