diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-04-14 18:31:37 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-04-14 18:31:42 +0200 |
commit | 402c6da9682b39122d4de3ff9470aca0dbc27737 (patch) | |
tree | f5c326708e4c2ff67f9c66a778916e92907cf75d /lib/db.php | |
parent | 4976daca7a54cf78952b71d209ca0dee382a7ff1 (diff) | |
download | nextcloud-server-402c6da9682b39122d4de3ff9470aca0dbc27737.tar.gz nextcloud-server-402c6da9682b39122d4de3ff9470aca0dbc27737.zip |
Typo fix (breif->brief)
Diffstat (limited to 'lib/db.php')
-rw-r--r-- | lib/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.php b/lib/db.php index 7d2b6331061..2f74cc6dd95 100644 --- a/lib/db.php +++ b/lib/db.php @@ -501,7 +501,7 @@ class OC_DB { } /** - * @breif replaces the owncloud tables with a new set + * @brief replaces the owncloud tables with a new set * @param $file string path to the MDB2 xml db export file */ public static function replaceDB( $file ){ |