From afb27d2be60fe0883f5dba0ce94f1c1809b25d18 Mon Sep 17 00:00:00 2001 From: Vitaly Mayatskikh Date: Sun, 20 Sep 2009 11:53:57 +0200 Subject: [PATCH] Fixed typo in doc string. --- v4l2.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l2.lisp b/v4l2.lisp index 5a7a383..2b69afa 100644 --- a/v4l2.lisp +++ b/v4l2.lisp @@ -92,7 +92,7 @@ (ioctl fd vidioc-s-input in))) (defun set-image-format (fd w h pixfmt) - "Set dimenstions and pixel format." + "Set dimensions and pixel format." (let ((format (make-instance 'format))) (with-slots (type pix) format (with-slots (width height pixelformat field colorspace) pix -- 2.11.4.GIT