Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2011-11-30 02:11:42 +0400
committerTom Needham <needham.thomas@gmail.com>2011-11-30 02:11:42 +0400
commitdd7a411f9aaceab1bf8eab551e5f95ff5feff6fb (patch)
tree8c21a5aa4e397e9987389b65b82c2181e900d930 /lib/hook.php
parent88de9e40503833f76e79e8ac722025ceafd15c4b (diff)
Disable save button while saving. Streamlined code.
Diffstat (limited to 'lib/hook.php')
-rw-r--r--lib/hook.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hook.php b/lib/hook.php
index b069a7da6c0..83a16106bf0 100644
--- a/lib/hook.php
+++ b/lib/hook.php
@@ -20,7 +20,7 @@ class OC_Hook{
* TODO: write example
*/
static public function connect( $signalclass, $signalname, $slotclass, $slotname ){
- // Cerate the data structure
+ // Create the data structure
if( !array_key_exists( $signalclass, self::$registered )){
self::$registered[$signalclass] = array();
}