diff options
author | tomneedham <tom@owncloud.com> | 2014-02-18 16:23:16 +0000 |
---|---|---|
committer | tomneedham <tom@owncloud.com> | 2014-02-18 16:23:16 +0000 |
commit | 589a7b220b7d2ec932dbda6419577bfdc0ed9f86 (patch) | |
tree | ceee686d4d8b76874b35186bb51d5243f5ea43c3 /tests | |
parent | a4b6d667038be9ca82c51fd0e22e7f3e51cb1e17 (diff) | |
download | nextcloud-server-589a7b220b7d2ec932dbda6419577bfdc0ed9f86.tar.gz nextcloud-server-589a7b220b7d2ec932dbda6419577bfdc0ed9f86.zip |
Fix poor spelling
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/migrate.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lib/migrate.php b/tests/lib/migrate.php index 4b20173ba5f..39a9bfc8d5a 100644 --- a/tests/lib/migrate.php +++ b/tests/lib/migrate.php @@ -12,7 +12,7 @@ class Test_Migrate extends PHPUnit_Framework_TestCase { public $tmpfiles = array(); /** - * @breif Generates a test user and sets up their file system + * @brief Generates a test user and sets up their file system * @return string the test users id */ public function generateUser() { @@ -27,8 +27,8 @@ class Test_Migrate extends PHPUnit_Framework_TestCase { } /** - * @breif validates an export for a user - * @breif checks for existence of export_info.json and file folder + * @brief validates an export for a user + * @brief checks for existence of export_info.json and file folder * @param string $exportedUser the user that was exported * @param string $path the path to the .zip export */ |