diff libinterp/corefcn/gl2ps-print.cc @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 53ae2b0fee3c
children c20b7290c778
line wrap: on
line diff
--- a/libinterp/corefcn/gl2ps-print.cc	Fri Oct 18 17:24:37 2019 -0700
+++ b/libinterp/corefcn/gl2ps-print.cc	Fri Jan 17 13:15:27 2020 -0600
@@ -351,7 +351,7 @@
         // Default sort order optimizes for 3D plots
         GLint gl2ps_sort = GL2PS_BSP_SORT;
 
-        // FIXME: gl2ps does not provide a way to change the sorting algorythm
+        // FIXME: gl2ps does not provide a way to change the sorting algorithm
         // on a viewport basis, we thus disable sorting only if all axes are 2D
         if (has_2D_axes (go.get ("__myhandle__")))
           gl2ps_sort = GL2PS_NO_SORT;