Author: manolo
Date: 2011-01-09 06:08:58 -0800 (Sun, 09 Jan 2011)
New Revision: 8224
Log:
Corrected typos

Modified:
   branches/branch-1.3/src/Fl_Quartz_Printer.mm

Modified: branches/branch-1.3/src/Fl_Quartz_Printer.mm
===================================================================
--- branches/branch-1.3/src/Fl_Quartz_Printer.mm        2011-01-09 12:56:50 UTC 
(rev 8223)
+++ branches/branch-1.3/src/Fl_Quartz_Printer.mm        2011-01-09 14:08:58 UTC 
(rev 8224)
@@ -92,7 +92,7 @@
     status = PMCreatePageFormat(&pageFormat);
     status = PMSessionDefaultPageFormat(printSession, pageFormat);
     if (status != noErr) return 1;
-    // get pointer to the PMSessionPageSetupDialog Carbon fucntion
+    // get pointer to the PMSessionPageSetupDialog Carbon function
     typedef OSStatus (*dialog_f)(PMPrintSession, PMPageFormat, Boolean *);
     static dialog_f f = NULL;
     if (!f) f = 
(dialog_f)Fl_X::get_carbon_function("PMSessionPageSetupDialog");
@@ -106,7 +106,7 @@
     status = PMSessionDefaultPrintSettings (printSession, printSettings);
     if (status != noErr) return 1;
     PMSetPageRange(printSettings, 1, (UInt32)kPMPrintAllPages);
-    // get pointer to the PMSessionPrintDialog Carbon fucntion
+    // get pointer to the PMSessionPrintDialog Carbon function
     typedef OSStatus (*dialog_f2)(PMPrintSession, PMPrintSettings, 
PMPageFormat, Boolean *);
     static dialog_f2 f2 = NULL;
     if (!f2) f2 = (dialog_f2)Fl_X::get_carbon_function("PMSessionPrintDialog");

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to