Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

fix typos #2038

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/java/jetty/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BUILDING JETTY
==============

Jetty uses maven 2 as its build system. Maven will fetch
the dependancies, build the server and assemble a runnable
the dependencies, build the server and assemble a runnable
version:

mvn install
Expand Down
2 changes: 1 addition & 1 deletion third_party/java/json_simple/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Simple Java toolkit for JSON (JSON.simple)
a java.io.Reader or java.lang.String. Return type of JSONValue.parse()
is according to the mapping above. If the input is incorrect in syntax or
there's exceptions during the parsing, I choose to return null, ignoring
the exception: I have no idea if it's a serious implementaion, but I think
the exception: I have no idea if it's a serious implementation, but I think
it's convenient to the user.

Here's the example:
Expand Down