Skip to content

Commit d3a3bd5

Browse files
authored
Fix misspellings in many AGE files (#985)
Corrects misspellings identified by the - [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings were reported at - https://github.com/jsoref/age/actions/runs/5251076994#summary-14208871240
1 parent 0ab0ebb commit d3a3bd5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+104
-104
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We strongly recommend you to subscribe the mailing lists, join the Apache AGE Di
2020

2121
## Pull Requests
2222

23-
Changes to AGE source code are proposed, reviewed, and committed via Github pull requests (described in Code Convention). Pull requests are a great way to get your ideas into this repository. Anyone can view and comment on active changes here. Reviewing others' changes are a good way to learn how the change process works and gain exposure to activity in various parts of the code. You can help by reviewing the changes, asking questions, or pointing out issues as simple as typos.
23+
Changes to AGE source code are proposed, reviewed, and committed via GitHub pull requests (described in Code Convention). Pull requests are a great way to get your ideas into this repository. Anyone can view and comment on active changes here. Reviewing others' changes are a good way to learn how the change process works and gain exposure to activity in various parts of the code. You can help by reviewing the changes, asking questions, or pointing out issues as simple as typos.
2424

2525
## Documentation Changes
2626

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ sudo apt-get install build-essential libreadline-dev zlib1g-dev flex bison
128128
Apache AGE is intended to be simple to install and run. It can be installed with Docker and other traditional ways.
129129

130130
<h4><a><img width="20" src="/img/pg.svg"></a>
131-
&nbsp;Install PosgtreSQL
131+
&nbsp;Install PostgreSQL
132132
</h4>
133133

134134
You will need to install an AGE compatible version of Postgres<a>, for now AGE supports Postgres 11, 12 & 13. Supporting the latest versions is on AGE roadmap.

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Apache AGE 1.3.0 - Release Notes
2424
Implement plus-equal operator in SET clause. (#638)
2525
Implement CI test for python driver. (#587)
2626
Move from travis CI to github actions for build. (#673)
27-
Update all driver CIs to Github actions.
27+
Update all driver CIs to GitHub actions.
2828
Fix build warnings.
2929
Fix golang driver workflow (#563)
3030
Updated Readme for drivers folder. (#642)

drivers/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ This folder contains drivers for specific languages
1919

2020
### For more information about [Apache AGE](https://age.apache.org/)
2121
* Apache Age : https://age.apache.org/
22-
* Github : https://github.com/apache/age
22+
* GitHub : https://github.com/apache/age
2323
* Document : https://age.apache.org/age-manual/master/index.html

drivers/golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check [latest version](https://github.com/apache/age/releases)
3131

3232
### For more information about [Apache AGE](https://age.apache.org/)
3333
* Apache Age : https://age.apache.org/
34-
* Github : https://github.com/apache/age
34+
* GitHub : https://github.com/apache/age
3535
* Document : https://age.apache.org/docs/
3636

3737
### Check AGE loaded on your PostgreSQL

drivers/golang/install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if not exist "%ProgramFiles%\ANTLR" (
3939

4040
echo ANTLR installation complete.
4141

42-
rem Checking Compatablity for Golang
42+
rem Checking Compatibility for Golang
4343
echo Checking if current version of Golang >= Go 1.18.....
4444
set "minimum_version=1.18"
4545
set "installed_version="

drivers/golang/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if ! command -v go >/dev/null 2>&1 || { [ $(go version | grep -o -E '[0-9]+\.[0-
104104
sudo open -w golang.pkg
105105

106106
elif [[ "$os" == "Linux" ]]; then
107-
mdkir -p ~/tmp/go1.20.2
107+
mkdir -p ~/tmp/go1.20.2
108108
cd ~/tmp/go1.20.2
109109
if [[ "$arch" == "x86_64" ]]; then
110110
curl "https://go.dev/dl/go1.20.2.linux-amd64.tar.gz" -o go1.20.2.tar.gz

drivers/jdbc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ Vertex : Country, Props : {name=US}
9494
## For more information about [Apache AGE](https://age.apache.org/)
9595

9696
- Apache Age : [https://age.apache.org/](https://age.apache.org/)
97-
- Github[https://github.com/apache/age](https://github.com/apache/age)
97+
- GitHub[https://github.com/apache/age](https://github.com/apache/age)
9898
- Document : [https://age.apache.org/age-manual/master/index.html](https://age.apache.org/age-manual/master/index.html)

drivers/nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ const results: QueryResultRow = await client?.query<QueryResultRow>(`
4848
```
4949
### For more information about [Apache AGE](https://age.apache.org/)
5050
* Apache Age : https://age.apache.org/
51-
* Github : https://github.com/apache/age
51+
* GitHub : https://github.com/apache/age
5252
* Document : https://age.apache.org/age-manual/master/index.html

drivers/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ AGType parser and driver support for [Apache AGE](https://age.apache.org/), grap
1919

2020
### Features
2121
* Unmarshal AGE result data(AGType) to Vertex, Edge, Path
22-
* Cypher query support for Psycopg2 PostreSQL driver (enables to use cypher queries directly)
22+
* Cypher query support for Psycopg2 PostgreSQL driver (enables to use cypher queries directly)
2323

2424
### Prerequisites
2525
* over Python 3.9
@@ -58,7 +58,7 @@ python setup.py install
5858

5959
### For more information about [Apache AGE](https://age.apache.org/)
6060
* Apache Age : https://age.apache.org/
61-
* Github : https://github.com/apache/age
61+
* GitHub : https://github.com/apache/age
6262
* Document : https://age.apache.org/age-manual/master/index.html
6363

6464
### Check AGE loaded on your PostgreSQL

0 commit comments

Comments
 (0)