Fixed spelling

This commit is contained in:
Victor Westerlund 2021-04-12 07:31:44 +02:00
parent bf6daead3f
commit 1b9543b1f2

View file

@ -62,7 +62,7 @@ class Collage():
offset_y = 0 offset_y = 0
i = 0 i = 0
print("Pasing samples..") print("Pasting samples..")
# Apply each sample by raster scanning # Apply each sample by raster scanning
for y in range(1,self.template.size[0]): for y in range(1,self.template.size[0]):
offset_x = 0 offset_x = 0