From 8051d899f03f28556cd720de17e7ab2654251547 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 19 May 2016 20:41:46 -0700 Subject: [PATCH] typo --- etg/rawbmp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etg/rawbmp.py b/etg/rawbmp.py index ae66e6c1..f43ec4df 100644 --- a/etg/rawbmp.py +++ b/etg/rawbmp.py @@ -89,7 +89,7 @@ def addPixelDataBaseClass(module): briefDoc="Returns the distance between the start of one row to the start of the next row."), ]) - # TODO: Try to remember why I chose to do it this way instead of direclty + # TODO: Try to remember why I chose to do it this way instead of directly # returning an instance of the Iterator and giving it the methods needed # to be a Python iterator...