]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorLukas Reschke <lukas@owncloud.com>
Tue, 28 Oct 2014 22:32:57 +0000 (23:32 +0100)
committerBjoern Schiessle <schiessle@owncloud.com>
Wed, 29 Oct 2014 09:11:01 +0000 (10:11 +0100)
apps/files_versions/lib/versions.php

index 35e79569cda23fb01109df40a77ea45a0eb80746..82e0ecc3e2f28f001537556593e819213fb66e02 100644 (file)
@@ -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