Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-10-30 01:11:49 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-10-30 01:11:49 +0400
commitde57e36b6b6ad7b947bb601f0824902401ec4fbe (patch)
tree467127d77a1beab4e0771abd5495c962f3da08dd /version.php
parentbe9a5dc316bc11a83eb7d394ea96a84b0f1129b5 (diff)
Fix typo
Whooah! - I'm even committing this total important change without peer review ;-)
Diffstat (limited to 'version.php')
-rw-r--r--version.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php
index f227cc51c7a..1a4672354f6 100644
--- a/version.php
+++ b/version.php
@@ -3,7 +3,7 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel when updating major/minor version number.
$OC_Version=array(6, 00, 0, 3);
-// The human radable string
+// The human readable string
$OC_VersionString='6.0 beta 2';
// The ownCloud edition