From 206cb5ba632baa70a0317f5412c306708e4788d1 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@owncloud.com>
Date: Tue, 28 Oct 2014 23:32:57 +0100
Subject: [PATCH] Fix typo

---
 apps/files_versions/lib/versions.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php
index 35e79569cda..82e0ecc3e2f 100644
--- a/apps/files_versions/lib/versions.php
+++ b/apps/files_versions/lib/versions.php
@@ -53,7 +53,7 @@ class Storage {
 	}
 
 	/**
-	 * remeber the owner and the owner path of the source file
+	 * Remember the owner and the owner path of the source file
 	 *
 	 * @param string $source source path
 	 */
@@ -63,7 +63,7 @@ class Storage {
 	}
 
 	/**
-	 * gets the owner and the owner path from the source path
+	 * Gets the owner and the owner path from the source path
 	 *
 	 * @param string $source source path
 	 * @return array with user id and path
-- 
GitLab