Revision: 53391
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53391&view=rev
Author:   carlmoore
Date:     2012-10-26 17:33:23 +0000 (Fri, 26 Oct 2012)
Log Message:
-----------
fix spellings

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

Modified: brlcad/trunk/src/util/hex.c
===================================================================
--- brlcad/trunk/src/util/hex.c 2012-10-26 16:57:24 UTC (rev 53390)
+++ brlcad/trunk/src/util/hex.c 2012-10-26 17:33:23 UTC (rev 53391)
@@ -23,7 +23,7 @@
  *
  * Options
  * h    help
- * o    offset from begining of data from which to start dump
+ * o    offset from beginning of data from which to start dump
  */
 
 #include "common.h"
@@ -40,7 +40,7 @@
 static char *options = "o:";
 static char *progname = "(noname)";
 
-static long offset=0;   /* offset from begining of file from which to start */
+static long offset=0;   /* offset from beginning of file from which to start */
 
 #define DUMPLEN 16    /* number of bytes to dump on one line */
 
@@ -121,7 +121,7 @@
 
 /* M A I N
  *
- * Parse arguemnts and call 'dump' to perform primary task.
+ * Parse arguments and call 'dump' to perform primary task.
  */
 int
 main(int ac, char **av)

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


------------------------------------------------------------------------------
The Windows 8 Center 
In partnership with Sourceforge
Your idea - your app - 30 days. Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to