diff options
author | thomascube <thomas@roundcube.net> | 2012-03-03 18:32:31 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-03-03 18:32:31 +0000 |
commit | 6357223bd1a8d5ce8d3658e5940aa71e663cf033 (patch) | |
tree | a98ddd3d9cacd28c9d8ceefa1975854746670993 /skins/larry/templates/compose.html | |
parent | 1837c330028ab7906ac67d0b50882d7b1fa59a3d (diff) |
Fix spelling
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index e2b835d7f..20bead41c 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -16,7 +16,7 @@ <!-- inline address book --> <div id="compose-contacts" class="uibox listbox"> <h2 class="boxtitle"><roundcube:label name="contacts" /></h2> - <roundcube:object name="adressbooks" id="directorylist" class="listing" /> + <roundcube:object name="addressbooks" id="directorylist" class="listing" /> <div class="scroller withfooter"> <roundcube:object name="addresslist" id="contacts-table" class="listing" noheader="true" /> </div> |