From 47720baac739cf7b57ad9fb40bec6fe6730266e2 Mon Sep 17 00:00:00 2001 From: Stu Gott Date: Sun, 21 May 2017 14:08:51 -0400 Subject: [PATCH] FIx typo on image_processing.seven_segment page (#2679) --- source/_components/image_processing.seven_segments.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/image_processing.seven_segments.markdown b/source/_components/image_processing.seven_segments.markdown index 3f7e8c26a0d..4478ff26973 100644 --- a/source/_components/image_processing.seven_segments.markdown +++ b/source/_components/image_processing.seven_segments.markdown @@ -35,7 +35,7 @@ image_processing: Configuration variables: -- **ssocr_bin** (*Optional*): The command line tool `ssocr`. Set it if you use a different name for the executable. Defaults to `ssorc`. +- **ssocr_bin** (*Optional*): The command line tool `ssocr`. Set it if you use a different name for the executable. Defaults to `ssocr`. - **x_position** (*Optional*): X coordinate of the upper left corner of the area to crop. Defaults to `0`. - **y_position** (*Optional*): Y coordinate of the upper left corner of the area to crop. Defaults to `0`. - **height** (*Optional*): Height of the area to crop. Defaults to `0`.