Skip to content

Commit

Permalink
Merge pull request #128 from rex4539/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
tromer committed Mar 2, 2019
2 parents dfa74ff + af5cb6b commit bd2a6ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ For announcements and discussions, see the [libsnark mailing list](https://group
[TOC]

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

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

To override the maximum number of cores used, set the environment variable `OMP_NUM_THREADS`
Expand Down
10 changes: 5 additions & 5 deletions doxygen.conf
Expand Up @@ -40,7 +40,7 @@ PROJECT_NUMBER =

PROJECT_BRIEF =

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

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

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

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

UML_LIMIT_NUM_FIELDS = 10
Expand Down

0 comments on commit bd2a6ca

Please sign in to comment.