summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorLaurent Godard <oooconv@free.fr>2011-11-04 15:02:34 +0100
committerMiklos Vajna <vmiklos@frugalware.org>2011-11-04 23:29:13 +0100
commit974c15923465ebb2cc5c9c99180737298ed69c95 (patch)
treed495f94a903eb3c2d8951cef7607105f1f3b8b66 /scripting
parent9b94d385f94562049bf93f2fc0dd0558d6a56dd1 (diff)
a very minor typo in a comment
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/pyprov/msgbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/pyprov/msgbox.py b/scripting/source/pyprov/msgbox.py
index c9ee80bac80f..b276d76ad739 100644
--- a/scripting/source/pyprov/msgbox.py
+++ b/scripting/source/pyprov/msgbox.py
@@ -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