aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-04 20:58:06 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-04 20:58:06 +0100
commit45ab9810c597939074f750f985decc6d56a38c97 (patch)
tree1298ef7faac63472a30c6983ecd4fd8e7553b593 /core
parente75f7e58e9778bbe5bed6ba387c781c2ece94bbf (diff)
downloadnextcloud-server-45ab9810c597939074f750f985decc6d56a38c97.tar.gz
nextcloud-server-45ab9810c597939074f750f985decc6d56a38c97.zip
fixing typos
Diffstat (limited to 'core')
-rw-r--r--core/js/js.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/js/js.js b/core/js/js.js
index cd9b8bd3010..cb177712a3a 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -750,7 +750,7 @@ function fillWindow(selector) {
function initCore() {
/**
- * Calls the server periodically to ensure that session doesnt
+ * Calls the server periodically to ensure that session doesn't
* time out
*/
function initSessionHeartBeat(){
@@ -771,7 +771,7 @@ function initCore() {
});
}
- // session heartbeat (defalts to enabled)
+ // session heartbeat (defaults to enabled)
if (typeof(oc_config.session_keepalive) === 'undefined' ||
!!oc_config.session_keepalive) {