]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix poor spelling
authortomneedham <tom@owncloud.com>
Tue, 18 Feb 2014 16:23:16 +0000 (16:23 +0000)
committertomneedham <tom@owncloud.com>
Tue, 18 Feb 2014 16:23:16 +0000 (16:23 +0000)
tests/lib/migrate.php

index 4b20173ba5f28b89a003270e33102762b8322729..39a9bfc8d5a5fecc726fc13579957f974cf67e95 100644 (file)
@@ -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
         */