shithub: orca

Download patch

ref: 57338fe22f84d6e2d6966ec44547a3549af57698
parent: 1caf581a57b83c9a1f8c92feec5b68be46424363
author: cancel <cancel@cancel.fm>
date: Tue Dec 4 05:46:51 EST 2018

Fix typo

--- a/tui_main.c
+++ b/tui_main.c
@@ -386,7 +386,7 @@
   }
 
   if (margin_thickness < 0) {
-    fprintf(stderr, "Margins must be >= 0\n");
+    fprintf(stderr, "Margins must be >= 0.\n");
     usage();
     return 1;
   }