Skip to content

Commit f7d5d98

Browse files
committed
JNAPC-520 aquire -> acquire
1 parent ffc6237 commit f7d5d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleCV/Camera.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ def _getFrame(self, timeout = 5000):
32783278

32793279
return frame
32803280

3281-
def aquire(self):
3281+
def acquire(self):
32823282
self.frame = self.AVTFrame(self.buffersize)
32833283
try:
32843284
self.runCommand("AcquisitionStart")

0 commit comments

Comments
 (0)