summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:53:32 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-02-21 10:56:22 +0100
commitba8979c594ad57a1b2905cba8fdf9697d8342e93 (patch)
tree34ef1e1e3a89e883b02f14f5ccc9266f22afda8c
parent1101ae6772d7ee57c6f183b031ebd4cbd6d6a599 (diff)
Typo: behaiviour->behaviour
Change-Id: I5b8958561375690dcf81b9fc1bb8e7b4904e0cb0
-rw-r--r--wizards/com/sun/star/wizards/agenda/TopicsControl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 01dc44c0bf59..72ce4c17f81b 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -35,7 +35,7 @@ mainly in converting the topics and time boxes
from combobox and time box to normal textboxes,
so in the code they might be referenced as combobox or timebox. This should be
rather understood as topicstextbox and timetextbox.<br/><br/>
-Important behaiviour of this control is that there is always a
+Important behaviour of this control is that there is always a
blank row at the end, in which the user can enter data.<br/>
Once the row is not blank (thus, the user entered data...),
a new blank row is added.<br/>