From c6d78dc5b11dc7fae36fe7e2a17bb767334c6467 Mon Sep 17 00:00:00 2001 From: John Allwine Date: Mon, 18 Dec 2017 17:46:05 +0000 Subject: [PATCH] fixed misspelling of outputs --- src/stl_cube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stl_cube.cpp b/src/stl_cube.cpp index 7f28433..69cec13 100644 --- a/src/stl_cube.cpp +++ b/src/stl_cube.cpp @@ -29,7 +29,7 @@ Copyright 2014 by Freakin' Sweet Apps, LLC (stl_cmd@freakinsweetapps.com) #define BUFFER_SIZE 4096 void print_usage() { - fprintf(stderr, "stl_cube ouputs an STL file of a single cube.\n\n"); + fprintf(stderr, "stl_cube outputs an STL file of a single cube.\n\n"); fprintf(stderr, "usage: stl_cube [-w ] [ ]\n"); fprintf(stderr, " Outputs an stl file of a cube with the provided width. "); fprintf(stderr, " If the width is omitted, it defaults to 1. If no output file is provided, data is sent to stdout. \n");