diff options
author | Marcin Mikołajczak <me@mkljczk.pl> | 2020-02-05 14:50:16 +0100 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-02-05 14:57:05 +0100 |
commit | 272abc0b2243c7bce209b5cf3c94b473042ef286 (patch) | |
tree | 28a6917afe692846a91f6ddc542bf408cbdca683 | |
parent | 3b53a14e79fff3da87a2f48f14f34ddef407483f (diff) | |
download | PeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.tar.gz PeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.tar.zst PeerTube-272abc0b2243c7bce209b5cf3c94b473042ef286.zip |
fix typo in code comment
-rw-r--r-- | server/helpers/core-utils.ts | 2 |
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 | ||