commit 78ba78a11635574ab9e4dd0c01513ec7be7b7968
parent 251edb4ded6f864024e63d2388744b045cc26b22
Author: lostd <lostd@2f30.org>
Date: Mon, 9 Dec 2013 00:29:46 +0200
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/see/see.c b/see/see.c
@@ -26,7 +26,7 @@ main(int argc, char *argv[])
exit(1);
}
- /* load image and get dimantions */
+ /* load image and get dimensions */
img = cairo_image_surface_create_from_png(imgpath);
if (cairo_surface_status(img) != CAIRO_STATUS_SUCCESS)
errx(1, "load image");