Revision: 53406
http://brlcad.svn.sourceforge.net/brlcad/?rev=53406&view=rev
Author: carlmoore
Date: 2012-10-31 20:15:02 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
fix spellings
Modified Paths:
--------------
brlcad/trunk/src/util/png_info.c
Modified: brlcad/trunk/src/util/png_info.c
===================================================================
--- brlcad/trunk/src/util/png_info.c 2012-10-31 20:13:40 UTC (rev 53405)
+++ brlcad/trunk/src/util/png_info.c 2012-10-31 20:15:02 UTC (rev 53406)
@@ -64,7 +64,7 @@
if (argc != 2) {
bu_log(usage, argv[0]);
- bu_exit(EXIT_FAILURE, "Incorrect numer of arguments!!\n");
+ bu_exit(EXIT_FAILURE, "Incorrect number of arguments!!\n");
} else {
if ((fp_in = fopen(argv[1], "rb")) == NULL) {
perror(argv[1]);
@@ -145,7 +145,7 @@
if (unit_type == PNG_RESOLUTION_UNKNOWN)
bu_log("Aspect ratio: %g (width/height)\n",
(double)xres/(double)yres);
else if (unit_type == PNG_RESOLUTION_METER)
- bu_log("pixel density:\n\t%d pixels/m hroizontal\n\t%d pixels/m
vertical\n",
+ bu_log("pixel density:\n\t%d pixels/m horizontal\n\t%d pixels/m
vertical\n",
(int)xres, (int)yres);
}
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits