Skip to content

Commit 45f0c94

Browse files
authored
db: fix typos (#5258)
Found via `codespell -q 3 -S "*.po,*.pot,*.ps,*.raw,*.svg,./contributors_extra.csv,./translators.csv,./mswindows/external,./lib/external,./utils/fix_typos.sh" -L aline,alle,alog,anull,apoints,asnd,attch,bufer,buffr,bui,buildin,build-in,bund,clen,co-ordinate,co-ordinates,datas,delt,doubleclick,dout,dudo,dum,dyin,enew,entrys,eto,fle,flor,fpr,fromm,greif,huld,ihs,indx,ine,ines,infex,infp,inout,inpt,ist,linke,linz,lsat,makin,mapp,mis,modul,nam,nams,nd,neast,ned,nin,numer,observ,offsetp,oint,ons,ontext,parm,parms,partialy,redner,re-use,re-used,rin,selectin,sistem,siz,strin,strng,tht,vas,vizual`
1 parent f8b4b48 commit 45f0c94

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

db/databaseintro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>Attribute data import and export</h3>
3030

3131
Attribute data can be imported with <a href="db.in.ogr.html">db.in.ogr</a> from
3232
various formats and exported with <a href="db.out.ogr.html">db.out.ogr</a>. To internally
33-
copy a a full table or selectively parts of it, use <a href="db.copy.html">db.copy</a>.
33+
copy a full table or selectively parts of it, use <a href="db.copy.html">db.copy</a>.
3434
<p>
3535

3636
Further conversion tools:

db/databaseintro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ a user/password for driver/database to be set with
3636

3737
Attribute data can be imported with [db.in.ogr](db.in.ogr.md) from
3838
various formats and exported with [db.out.ogr](db.out.ogr.md). To
39-
internally copy a a full table or selectively parts of it, use
39+
internally copy a full table or selectively parts of it, use
4040
[db.copy](db.copy.md).
4141

4242
Further conversion tools:

db/db.columns/db.columns.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>NOTE</h2>
77

88
If parameters for database connection are already set with
99
<a href="db.connect.html">db.connect</a>, they are taken as default values
10-
and do not need to be spcified each time.
10+
and do not need to be specified each time.
1111

1212
<h2>EXAMPLES</h2>
1313

db/db.columns/db.columns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ are supported through dbf, shp, odbc and pg drivers.
77

88
If parameters for database connection are already set with
99
[db.connect](db.connect.md), they are taken as default values and do not
10-
need to be spcified each time.
10+
need to be specified each time.
1111

1212
## EXAMPLES
1313

db/db.describe/db.describe.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2>NOTE</h2>
77

88
If parameters for database connection are already set with
99
<a href="db.connect.html">db.connect</a>, they are taken as default values and
10-
do not need to be spcified each time.
10+
do not need to be specified each time.
1111

1212
<h2>EXAMPLES</h2>
1313

db/db.describe/db.describe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ only column names instead of full column descriptions is given.
77

88
If parameters for database connection are already set with
99
[db.connect](db.connect.md), they are taken as default values and do not
10-
need to be spcified each time.
10+
need to be specified each time.
1111

1212
## EXAMPLES
1313

db/db.tables/db.tables.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2>NOTE</h2>
66

77
If parameters for database connection are already set with
88
<a href="db.connect.html">db.connect</a>, they are taken as default values and
9-
do not need to be spcified each time.
9+
do not need to be specified each time.
1010

1111
<h2>EXAMPLES</h2>
1212

db/db.tables/db.tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
If parameters for database connection are already set with
88
[db.connect](db.connect.md), they are taken as default values and do not
9-
need to be spcified each time.
9+
need to be specified each time.
1010

1111
## EXAMPLES
1212

0 commit comments

Comments
 (0)