aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/update.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/update.py')
-rw-r--r--yt_dlp/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/update.py b/yt_dlp/update.py
index 8e34f2127..41c11677c 100644
--- a/yt_dlp/update.py
+++ b/yt_dlp/update.py
@@ -234,7 +234,7 @@ class Updater:
def run_update(ydl):
"""Update the program file with the latest version from the repository
- @returns Whether there was a successfull update (No update = False)
+ @returns Whether there was a successful update (No update = False)
"""
return Updater(ydl).update()