From 589a7b220b7d2ec932dbda6419577bfdc0ed9f86 Mon Sep 17 00:00:00 2001 From: tomneedham Date: Tue, 18 Feb 2014 16:23:16 +0000 Subject: [PATCH] Fix poor spelling --- tests/lib/migrate.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/lib/migrate.php b/tests/lib/migrate.php index 4b20173ba5..39a9bfc8d5 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 */