aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/core-utils.ts
diff options
context:
space:
mode:
authorMarcin Mikołajczak <me@mkljczk.pl>2020-02-05 14:50:16 +0100
committerRigel Kent <par@rigelk.eu>2020-02-05 14:57:05 +0100
commit272abc0b2243c7bce209b5cf3c94b473042ef286 (patch)
tree28a6917afe692846a91f6ddc542bf408cbdca683 /server/helpers/core-utils.ts
parent3b53a14e79fff3da87a2f48f14f34ddef407483f (diff)
downloadPeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.tar.gz
PeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.tar.zst
PeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.zip
fix typo in code comment
Diffstat (limited to 'server/helpers/core-utils.ts')
-rw-r--r--server/helpers/core-utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/helpers/core-utils.ts b/server/helpers/core-utils.ts
index 2cecea450..b1f5d9610 100644
--- a/server/helpers/core-utils.ts
+++ b/server/helpers/core-utils.ts
@@ -1,7 +1,7 @@
1/* eslint-disable no-useless-call */ 1/* eslint-disable no-useless-call */
2 2
3/* 3/*
4 Different from 'utils' because we don't not import other PeerTube modules. 4 Different from 'utils' because we don't import other PeerTube modules.
5 Useful to avoid circular dependencies. 5 Useful to avoid circular dependencies.
6*/ 6*/
7 7