diff scripts/plot/appearance/legend.m @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 2e07dcdc6139
children ffad2baa90f7
line wrap: on
line diff
--- a/scripts/plot/appearance/legend.m	Thu May 19 19:42:57 2016 -0400
+++ b/scripts/plot/appearance/legend.m	Thu May 19 18:48:52 2016 -0700
@@ -144,7 +144,7 @@
     elseif (all (ishandle (plty)))
       ca = [ca, plty(:).'];
     else
-      error ("legend.m: This should not happen. File a bug report.");
+      error ("legend.m: This should not happen.  File a bug report.");
     endif
     ## Remove duplicates while preserving order
     [~, n] = unique (ca);