From b8a8e7339d67d2f9ee19dab64493bda1ed5e3b33 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sun, 8 Dec 2019 23:52:04 +0300 Subject: [PATCH] docs: fix typo --- docs/en/camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/camera.md b/docs/en/camera.md index 821bc741..b609e46b 100644 --- a/docs/en/camera.md +++ b/docs/en/camera.md @@ -48,7 +48,7 @@ Additionally you can specify an arbitrary capture parameter using its [OpenCV co ## Computer vision -The [SD card image](image.md) comes with a preinstalled [OpenCV](https://opencv.org) library, which is commonly used for various comupter vision-related tasks. Additional libraries for converting from ROS messages to OpenCV images and back are preinstalled as well. +The [SD card image](image.md) comes with a preinstalled [OpenCV](https://opencv.org) library, which is commonly used for various computer vision-related tasks. Additional libraries for converting from ROS messages to OpenCV images and back are preinstalled as well. ### Python