Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix common typos
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12528 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 20, 2009
1 parent 3d9f03d commit d11349c
Show file tree
Hide file tree
Showing 102 changed files with 648 additions and 219 deletions.
2 changes: 1 addition & 1 deletion BUGS
Expand Up @@ -21,7 +21,7 @@ Some hints about when you should file a bug:
- always provide contact details and make sure you are subscribed to the
ticket entry (either by adding yourself to CC field or by logging in before
filing the ticket).
- dont be offended if we don't see tickets as having the same priority as you
- don't be offended if we don't see tickets as having the same priority as you
do. While we appreciate it's inconvenient if some issue prevents you doing
your work, we need to take the big picture view of things and focus on
things that affect the largest proportion of our user base.
Expand Down
10 changes: 5 additions & 5 deletions CODING
Expand Up @@ -473,7 +473,7 @@ To check out QGIS HEAD:

You can use the following commands to perform an anonymous checkout from the
QGIS Subversion repository. Note we recommend checking out the trunk (unless
you are a developer or really HAVE to have the latest changes and dont mind
you are a developer or really HAVE to have the latest changes and don't mind
lots of crashing!).

You must have a subversion client installed prior to checking out the code. See
Expand Down Expand Up @@ -684,7 +684,7 @@ patch e.g.
QGIS developers are busy folk. We do scan the incoming patches on bug reports
but sometimes we miss things. Don't be offended or alarmed. Try to identify a
developer to help you - using the ["Project Organigram"] and contact them
asking them if they can look at your patch. If you dont get any response, you
asking them if they can look at your patch. If you don't get any response, you
can escalate your query to one of the Project Steering Committee members
(contact details also available on the ["Project Organigram"]).

Expand Down Expand Up @@ -765,7 +765,7 @@ Commit your changes


Your editor (as defined in $EDITOR environment variable) will appear and you
should make a comment at the top of the file (above the area that says 'dont
should make a comment at the top of the file (above the area that says 'don't
change this'. Put a descriptive comment and rather do several small commits if
the changes across a number of files are unrelated. Conversely we prefer you to
group related changes into a single commit.
Expand Down Expand Up @@ -970,7 +970,7 @@ the bug and reran the unit test and the regression test passed. I committed the
regression test along with the bug fix. Now if anybody breakes this in the
source code again in the future, we can immediatly identify that the code has
regressed. Better yet before committing any changes in the future, running our
tests will ensure our changes dont have unexpected side effects - like breaking
tests will ensure our changes don't have unexpected side effects - like breaking
existing functionality.

There is one more benifit to regression tests - they can save you time. If you
Expand Down Expand Up @@ -1371,7 +1371,7 @@ guidelines are followed in layout and design of GUIs.
capital letter, and all remaing words written with lower case first letters
3. Do not end labels for widgets or group boxes with a colon:
Adding a colon causes visual noise and does not impart additional meaning,
so dont use them. An exception to this rule is when you have two labels next
so don't use them. An exception to this rule is when you have two labels next
to each other e.g.: Label1 Plugin (Path:) Label2 [/path/to/plugins]
4. Keep harmful actions away from harmless ones:
If you have actions for 'delete', 'remove' etc, try to impose adequate space
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Expand Up @@ -282,7 +282,7 @@ POSSIBILITY OF SUCH DAMAGES.
In addition, as a special exception, the QGIS Development Team gives
permission to link the code of this program with the Qt library,
including but not limited to the following versions (both free and
commercial): Qt/Non-commerical Windows, Qt/Windows, Qt/X11, Qt/Mac, and
commercial): Qt/Non-commercial Windows, Qt/Windows, Qt/X11, Qt/Mac, and
Qt/Embedded (or with modified versions of Qt that use the same license
as Qt), and distribute linked combinations including the two. You must
obey the GNU General Public License in all respects for all of the code
Expand Down
18 changes: 9 additions & 9 deletions ChangeLog
Expand Up @@ -97,7 +97,7 @@ Version 1.2.0 'Daphnis'
** - add support for data defined symbols
** - add support for font symbol markers (only data defined - no gui yet)
** - add symbol size in map units (ie. symbols that keep the size in mapunits
** independant of the mapscale)
** independent of the mapscale)
**
** Command line arguments:
**
Expand Down Expand Up @@ -185,7 +185,7 @@ Version 1.0.0 'Kore'
Version 0.11.0 'Metis'
** This release includes over 60 bug fixes and enhancements over the
** QGIS 0.10.0 release. In addition we have made the following changes:
** Revision of all dialogs for user interface consistancy
** Revision of all dialogs for user interface consistency
** Improvements to unique value renderer vector dialog
** Symbol previews when defining vector classes
** Separation of python support into its own library
Expand All @@ -206,7 +206,7 @@ Version 0.10.0 'Io'
** in raster layers. Support for color ramps in raster layers.
** Support for non-north up rasters. Many other raster
** improvements 'under the hood'.
** Updated icons for improved visual consistancy.
** Updated icons for improved visual consistency.
** Support for migration of old projects to work in newer QGIS versions.
Version 0.9.2rc1 'Ganymede'
** This release candidate includes over 40 bug fixes and enchancements
Expand Down Expand Up @@ -309,7 +309,7 @@ very well tested at this stage but works for me with my test dataset
2005-04-17 [timlinux] 0.6devel17
** Custom Projection dialog. Various bugfixes plus delete, insert and update of new
records possible. User projections now whow in projection selector but are
still not useable
still not usable
2005-04-16 [ges] 0.6.0devel16
** Fixed bug 1177637 that prevented a PostgreSQL connection from being
completely deleted
Expand Down Expand Up @@ -861,7 +861,7 @@ linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag.

** Moved raster load stuff to a group at the end of qgisapp.cpp file.

** Removed generically useable raster fns from qgisapp to static methods of qgsrasterlayer.
** Removed generically usable raster fns from qgisapp to static methods of qgsrasterlayer.

** Some renaming of variable names etc.

Expand All @@ -870,7 +870,7 @@ linking with -rdynamic and using dlopen()'s RTLD_GLOBAL flag.

2004-06-13 [ts] 0.3.0devel33

** Globally changed legen item fonts to arial 10pt for consistancy with rest of ui. Will soft
** Globally changed legen item fonts to arial 10pt for consistency with rest of ui. Will soft
code in qgsoptions in next release.

2004-06-13 [ts] 0.3.0devel32
Expand Down Expand Up @@ -1113,7 +1113,7 @@ of qt designer...
2004-05-18 [ts] 0.2.0devel24
** Relax checking of raster filetype extensions to cater for filetypes where
extension is unpredictable (e.g. grass).
Now I use gdal to quickly check if a file is useable so pretty much anything
Now I use gdal to quickly check if a file is usable so pretty much anything
gdal iscompile with should get through if you have chosen wildcard
filter in add raster dialog.

Expand Down Expand Up @@ -1343,7 +1343,7 @@ Probably more cleaning in the Makefiles needed
drawn!) before snapshot is taken.

2004-03-27 [jobi] 0.1.0devel17
** autogen.sh now passes paramters to configure
** autogen.sh now passes parameters to configure
** fixed tools/qgiscommit by using mktemp, thanx mcoletti
** pluginpath is now taken of libdir to be 64bit compliant (e.g. /usr/lib64/qgis)

Expand Down Expand Up @@ -1471,7 +1471,7 @@ Version 0.1 'Moroz' February 25, 2004
based on Everaldo's Crystal icon set.
**QGIS can load layers and / or a project on start up by specifying these
on the command line.
**Symbol renderers for simple, graduated, and continous symbols
**Symbol renderers for simple, graduated, and continuous symbols
**Raster support for most GDAL formats
**Raster implementation supports a variety of rendering settings including
semi transparent overlays, pallette inversion, flexible band to colour mapping
Expand Down
7 changes: 2 additions & 5 deletions INSTALL
Expand Up @@ -2199,9 +2199,6 @@ Build the ALL_BUILD project. This will build all the QGIS binaries along with al
8. Building under Windows using MSVC Express
============================================

/!\ Note: Building under MSVC is still a work in progress. In particular the
following dont work yet: python, grass, postgis connections.

/!\ This section of the document is in draft form and is not ready to be used
yet.

Expand Down Expand Up @@ -2268,7 +2265,7 @@ First thing we need to get is MSVC Express from here:

http://msdn2.microsoft.com/en-us/express/aa975050.aspx

The page is really confusing so dont feel bad if you cant actually find the
The page is really confusing so don't feel bad if you cant actually find the
download at first! There are six coloured blocks on the page for the various
studio family members (vb / c# / j# etc). Simply choose your language under
the 'select your language' combo under the yellow C++ block, and your download
Expand Down Expand Up @@ -2485,7 +2482,7 @@ and replace it with this one:
==========================

Right click on 'My computer' then select the 'Advanced' tab. Click environment variables and
create or augment the following '''System''' variables (if they dont already exist):
create or augment the following '''System''' variables (if they don't already exist):


Variable Name: Value:
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ README for QGIS version 1.4 'Enceladus'
Quantum GIS (QGIS) is an Open Source Geographic Information System. The
project was born in May of 2002 and was established as a project on
SourceForge in June of the same year. We've worked hard to make GIS
software (which is traditionaly expensive commerical software) a viable
software (which is traditionaly expensive commercial software) a viable
prospect for anyone with basic access to a Personal Computer. QGIS
currently runs on most Unix platforms, Windows, and OS X. QGIS is
developed using the Qt toolkit (http://www.trolltech.com) and C++. This
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Expand Up @@ -66,15 +66,15 @@ qgis (1.1.0) UNRELEASED; urgency=low
* gridmaker plugin removed from package
* updated mime support
* sync with debian-gis debian/ tree
- introduce arch-independant qgis-common and
- introduce arch-independent qgis-common and
qgis-plugin-grass-common
- policy updated to 3.8.0
- join libqgis1-core and libqgis1-gui to libqgis1
- add debian/watch
- dh_lintian overrides
- fix qgis.desktop
- fix license reference in copyright
* introduce arch-independant python-qgis-common
* introduce arch-independent python-qgis-common
* added sharedmimeinfo
* remove dpatch

Expand Down
12 changes: 6 additions & 6 deletions doc/CODING.t2t
Expand Up @@ -20,7 +20,7 @@ Developers guide for QGIS
%moinmoin formatted documentation by running txt2tags on this document. See the
%txt2tags home page for more details. Please insert manual line breaks in this
%document as it makes diffing for changes much easier. To do this in vim
%automatically, select a section then issue (gq) command. Please dont
%automatically, select a section then issue (gq) command. Please don't
%apply vim formatting to the whole document as it screws up some formatting
%rather apply it selectively to paragraphs where needed.

Expand Down Expand Up @@ -389,7 +389,7 @@ To check out QGIS HEAD:
== Anonymous Access ==
You can use the following commands to perform an anonymous checkout from the
QGIS Subversion repository. Note we recommend checking out the trunk (unless
you are a developer or really HAVE to have the latest changes and dont mind
you are a developer or really HAVE to have the latest changes and don't mind
lots of crashing!).

You must have a subversion client installed prior to checking out the code. See
Expand Down Expand Up @@ -578,7 +578,7 @@ svn diff > bug7887fix.diff
QGIS developers are busy folk. We do scan the incoming patches on bug reports
but sometimes we miss things. Don't be offended or alarmed. Try to identify a
developer to help you - using the ["Project Organigram"] and contact them
asking them if they can look at your patch. If you dont get any response, you
asking them if they can look at your patch. If you don't get any response, you
can escalate your query to one of the Project Steering Committee members
(contact details also available on the ["Project Organigram"]).

Expand Down Expand Up @@ -660,7 +660,7 @@ svn commit src/pluguns/grass/modules/foo.xml
```

Your editor (as defined in $EDITOR environment variable) will appear and you
should make a comment at the top of the file (above the area that says 'dont
should make a comment at the top of the file (above the area that says 'don't
change this'. Put a descriptive comment and rather do several small commits if
the changes across a number of files are unrelated. Conversely we prefer you to
group related changes into a single commit.
Expand Down Expand Up @@ -861,7 +861,7 @@ the bug and reran the unit test and the regression test passed. I committed the
regression test along with the bug fix. Now if anybody breakes this in the
source code again in the future, we can immediatly identify that the code has
regressed. Better yet before committing any changes in the future, running our
tests will ensure our changes dont have unexpected side effects - like breaking
tests will ensure our changes don't have unexpected side effects - like breaking
existing functionality.

There is one more benifit to regression tests - they can save you time. If you
Expand Down Expand Up @@ -1253,7 +1253,7 @@ guidelines are followed in layout and design of GUIs.
capital letter, and all remaing words written with lower case first letters
+ Do not end labels for widgets or group boxes with a colon:
Adding a colon causes visual noise and does not impart additional meaning,
so dont use them. An exception to this rule is when you have two labels next
so don't use them. An exception to this rule is when you have two labels next
to each other e.g.: Label1 [Plugin Path:] Label2 [/path/to/plugins]
+ Keep harmful actions away from harmless ones:
If you have actions for 'delete', 'remove' etc, try to impose adequate space
Expand Down
9 changes: 3 additions & 6 deletions doc/INSTALL.t2t
Expand Up @@ -18,7 +18,7 @@ Building QGIS from source - step by step
%moinmoin formatted documentation by running txt2tags on this document. See the
%txt2tags home page for more details. Please insert manual line breaks in this
%document as it makes diffing for changes much easier. To do this in vim
%automatically, select a section then issue (gq) command. Please dont
%automatically, select a section then issue (gq) command. Please don't
%apply vim formatting to the whole document as it screws up some formatting
%rather apply it selectively to paragraphs where needed.

Expand Down Expand Up @@ -1938,9 +1938,6 @@ Build the ALL_BUILD project. This will build all the QGIS binaries along with al

= Building under Windows using MSVC Express =

/!\ Note: Building under MSVC is still a work in progress. In particular the
following dont work yet: python, grass, postgis connections.

/!\ This section of the document is in draft form and is not ready to be used
yet.

Expand Down Expand Up @@ -2001,7 +1998,7 @@ First thing we need to get is MSVC Express from here:

http://msdn2.microsoft.com/en-us/express/aa975050.aspx

The page is really confusing so dont feel bad if you cant actually find the
The page is really confusing so don't feel bad if you cant actually find the
download at first! There are six coloured blocks on the page for the various
studio family members (vb / c# / j# etc). Simply choose your language under
the 'select your language' combo under the yellow C++ block, and your download
Expand Down Expand Up @@ -2215,7 +2212,7 @@ and replace it with this one:
== Environment Variables ==

Right click on 'My computer' then select the 'Advanced' tab. Click environment variables and
create or augment the following '''System''' variables (if they dont already exist):
create or augment the following '''System''' variables (if they don't already exist):

```
Variable Name: Value:
Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Expand Up @@ -222,7 +222,7 @@ <h2>Whats new in Version 1.2.0?</h2>
- add support for data defined symbol(name)s
- add support for font symbol markers (only data defined - no gui yet)
- add symbol size in map units (ie. symbols that keep the size in mapunits
independant of the mapscale)
independent of the mapscale)

Command line arguments:

Expand Down
2 changes: 1 addition & 1 deletion ms-windows/Installer-Files/LICENSE.txt
Expand Up @@ -18,7 +18,7 @@
In addition, as a special exception, the QGIS Development Team gives
permission to link the code of this program with the Qt library,
including but not limited to the following versions (both free and
commercial): Qt/Non-commerical Windows, Qt/Windows, Qt/X11, Qt/Mac,
commercial): Qt/Non-commercial Windows, Qt/Windows, Qt/X11, Qt/Mac,
and Qt/Embedded (or with modified versions of Qt that use the same
license as Qt), and distribute linked combinations including the two.
You must obey the GNU General Public License in all respects for all
Expand Down
4 changes: 2 additions & 2 deletions python/core/qgscoordinatereferencesystem.sip
Expand Up @@ -121,15 +121,15 @@ class QgsCoordinateReferenceSystem
*/
bool createFromProj4 (const QString theProjString);

/*! Find out whether this CRS is correctly initialised and useable */
/*! Find out whether this CRS is correctly initialised and usable */
bool isValid() const;
/*! Perform some validation on this CRS. If the sts doesnt validate the
* default behaviour settings for layers with unknown CRS will be
* consulted and acted on accordingly. By hell or high water this
* method will do its best to make sure that this CRS is valid - even
* if that involves resorting to a hard coded default of geocs:wgs84.
*
* @note It is not usually neccessary to use this function, unless you
* @note It is not usually necessary to use this function, unless you
* are trying to force theis srs to be valid.
*/
void validate();
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgsgeometry.sip
Expand Up @@ -199,7 +199,7 @@ not disjoint with existing polygons of the feature*/
@return 0 in case of success*/
int transform( const QgsCoordinateTransform& ct );

/**Splits this geometry according to a given line. Note that the geometry is only splitted once. If there are several intersections
/**Splits this geometry according to a given line. Note that the geometry is only split once. If there are several intersections
between geometry and splitLine, only the first one is considered.
@param splitLine the line that splits the geometry
@param newGeometrys OUT: list of new geometries that have been created with the split
Expand Down
4 changes: 2 additions & 2 deletions python/core/qgsgraduatedsymbolrenderer.sip
Expand Up @@ -22,14 +22,14 @@ class QgsGraduatedSymbolRenderer : QgsRenderer

/** Get the mode - which is only really used to be able to reinstate
* the graduated dialog properties properly, so we
* dont do anything else besides accessors and mutators in
* don't do anything else besides accessors and mutators in
* this class.
*/
const Mode mode() const;

/** Set the mode - which is only really used to be able to reinstate
* the graduated dialog properties properly, so we
* dont do anything else besides accessors and mutators in
* don't do anything else besides accessors and mutators in
* this class.
*/
void setMode( Mode theMode );
Expand Down
2 changes: 1 addition & 1 deletion python/core/qgssnapper.sip
Expand Up @@ -50,7 +50,7 @@ public:
{
/**Only one snapping result is retured*/
SnapWithOneResult,
/**Several snapping results which have the same position are returned. This is usefull for topological
/**Several snapping results which have the same position are returned. This is useful for topological
editing*/
SnapWithResultsForSamePosition,
/**All results within the given layer tolerances are returned*/
Expand Down
4 changes: 2 additions & 2 deletions python/core/qgsvectorlayer.sip
Expand Up @@ -273,14 +273,14 @@ public:

/**Adds a vertex to segments which intersect point p but don't
already have a vertex there. If a feature already has a vertex at position p,
no additional vertex is inserted. This method is usefull for topological
no additional vertex is inserted. This method is useful for topological
editing.
@param p position of the vertex
@return 0 in case of success*/
int addTopologicalPoints(const QgsPoint& p);

/**Inserts vertices to the snapped segments.
This is usefull for topological editing if snap to segment is enabled.
This is useful for topological editing if snap to segment is enabled.
@param snapResults results collected from the snapping operation
@return 0 in case of success*/
int insertSegmentVerticesForSnap(const QList<QgsSnappingResult>& snapResults);
Expand Down

0 comments on commit d11349c

Please sign in to comment.