Revision: 53368
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53368&view=rev
Author:   carlmoore
Date:     2012-10-25 20:55:27 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
fix spelling

Modified Paths:
--------------
    brlcad/trunk/src/util/pixfilter.c

Modified: brlcad/trunk/src/util/pixfilter.c
===================================================================
--- brlcad/trunk/src/util/pixfilter.c   2012-10-25 20:53:53 UTC (rev 53367)
+++ brlcad/trunk/src/util/pixfilter.c   2012-10-25 20:55:27 UTC (rev 53368)
@@ -50,7 +50,7 @@
     { "Low Pass", "lo", {3, 5, 3, 5, 10, 5, 3, 5, 3}, 42, 0 },
     { "Laplacian", "la", {-1, -1, -1, -1, 8, -1, -1, -1, -1}, 16, 128 },
     { "High Pass", "hi", {-1, -2, -1, -2, 13, -2, -1, -2, -1}, 1, 0 },
-    { "Horizontal Gradiant", "hg", {1, 0, -1, 1, 0, -1, 1, 0, -1}, 6, 128 },
+    { "Horizontal Gradient", "hg", {1, 0, -1, 1, 0, -1, 1, 0, -1}, 6, 128 },
     { "Vertical Gradient", "vg", {1, 1, 1, 0, 0, 0, -1, -1, -1}, 6, 128 },
     { "Boxcar Average", "b", {1, 1, 1, 1, 1, 1, 1, 1, 1}, 9, 0 },
     { NULL, NULL, {0, 0, 0, 0, 0, 0, 0, 0, 0}, 0, 0 },

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to