[GRASS-SVN] r35781 - in grass/branches/develbranch_6/vector/lidar: v.outlier v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 6 01:26:59 EST 2009


Author: hamish
Date: 2009-02-06 01:26:59 -0500 (Fri, 06 Feb 2009)
New Revision: 35781

Modified:
   grass/branches/develbranch_6/vector/lidar/v.outlier/main.c
   grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
Log:
typos

Modified: grass/branches/develbranch_6/vector/lidar/v.outlier/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.outlier/main.c	2009-02-05 23:37:14 UTC (rev 35780)
+++ grass/branches/develbranch_6/vector/lidar/v.outlier/main.c	2009-02-06 06:26:59 UTC (rev 35781)
@@ -106,7 +106,7 @@
     lambda_f_opt->key = "lambda_i";
     lambda_f_opt->type = TYPE_DOUBLE;
     lambda_f_opt->required = NO;
-    lambda_f_opt->description = _("Thychonov regularization weigth");
+    lambda_f_opt->description = _("Tykhonov regularization weight");
     lambda_f_opt->answer = "0.1";
 
     Thres_O_opt = G_define_option();

Modified: grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c
===================================================================
--- grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c	2009-02-05 23:37:14 UTC (rev 35780)
+++ grass/branches/develbranch_6/vector/lidar/v.surf.bspline/main.c	2009-02-06 06:26:59 UTC (rev 35781)
@@ -137,7 +137,7 @@
 	lambda_f_opt->key = "lambda_i";
 	lambda_f_opt->type = TYPE_DOUBLE;
 	lambda_f_opt->required = NO;
-	lambda_f_opt->description = _("Thychonov regularization weigth");
+	lambda_f_opt->description = _("Tykhonov regularization weight");
 	lambda_f_opt->answer = "1";
 	lambda_f_opt->guisection = _("Settings");
     }



More information about the grass-commit mailing list