diff options
author | Rafal Szczesniak <mimir@samba.org> | 2007-04-17 23:11:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:02 -0500 |
commit | c2d5d6d04612d8400fd732c71c26c5574fd94cee (patch) | |
tree | 31908c6d403fb3e1d87d0ec967401889ebf6f68e /webapps/swat | |
parent | 671d785c16f2c5fbd9644ef8f169f66b9517a557 (diff) | |
download | samba-c2d5d6d04612d8400fd732c71c26c5574fd94cee.tar.gz samba-c2d5d6d04612d8400fd732c71c26c5574fd94cee.tar.bz2 samba-c2d5d6d04612d8400fd732c71c26c5574fd94cee.zip |
r22325: Typo fix
rafal
(This used to be commit 543bbb4e5603a1941e63458bbf7b8476e7a7d304)
Diffstat (limited to 'webapps/swat')
-rw-r--r-- | webapps/swat/source/class/swat/module/ldbbrowse/Gui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js index 9b1372a044..c90151859c 100644 --- a/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js +++ b/webapps/swat/source/class/swat/module/ldbbrowse/Gui.js @@ -279,7 +279,7 @@ qx.Proto._buildPageSearch = function(module, page) hlayout.add(cbScope); - // Add a sapcer + // Add a spacer hlayout.add(new qx.ui.basic.HorizontalSpacer()); // Create the 'Search' button |