Revision: 53362
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53362&view=rev
Author:   carlmoore
Date:     2012-10-25 19:56:11 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
fix spellings (notice sdtin --> stdin)

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

Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c     2012-10-25 19:16:22 UTC (rev 53361)
+++ brlcad/trunk/src/util/pixrect.c     2012-10-25 19:56:11 UTC (rev 53362)
@@ -142,7 +142,7 @@
            perror("scanf");
     }
 
-    /* Make sure nessecary variables set */
+    /* Make sure necessary variables set */
     if (linelen <= 0 || xnum <= 0 || ynum <= 0) {
        fprintf(stderr, "%s", usage);
        bu_exit(1, "pixrect: args for -w -W -N [-S] must be > 0\n");
@@ -154,7 +154,7 @@
        if (bu_optind >= argc) {
            if (isatty(fileno(stdin))) {
                fprintf(stderr,
-                       "pixrect: input from sdtin\n");
+                       "pixrect: input from stdin\n");
                return 0;
            }
            ifp = stdin;

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