old typo in comment

This commit is contained in:
Martin Poirier
2007-05-21 18:42:47 +00:00
parent 5faddf5703
commit c702f88e14

View File

@@ -269,7 +269,7 @@ static void createTransTexspace(TransInfo *t)
ob= OBACT;
if (ob==NULL) { // Should logically happen, but still...
if (ob==NULL) { // Shouldn't logically happen, but still...
t->total = 0;
return;
}