a very minor typo in a comment

This commit is contained in:
Laurent Godard 2011-11-04 15:02:34 +01:00 committed by Miklos Vajna
parent 9b94d385f9
commit 974c159234

View file

@ -96,7 +96,7 @@ class MsgBox(unohelper.Base):
self.ButtonSize = size
self.ButtonSpace = self.ButtonSize/2
else:
# boxsize i calculated form buttonsize
# boxsize is calculated from buttonsize
self.boxSize = numberOfButtons * (self.ButtonSize +
self.ButtonSpace) + self.ButtonSpace