Skip to content

Commit

Permalink
Typo in GRASS module
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11776 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Oct 8, 2009
1 parent ec9cda8 commit a7e51a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Expand Up @@ -70,7 +70,7 @@ Description: Quantum GIS - development files

Package: qgis-plugin-grass
Architecture: any
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass, grass64
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.6.0-grass, grass640-5
Description: GRASS plugin for Quantum GIS
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
and display databases of geographic information.
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules-common/v.perturb.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Random location perturbaions of vector points" module="v.perturb">
<qgisgrassmodule label="Random location perturbations of vector points" module="v.perturb">
<option key="input" />
<option key="distribution" />
<option key="parameters" />
Expand Down

0 comments on commit a7e51a0

Please sign in to comment.