about summary refs log tree commit diff stats
path: root/src/instances/get_instances.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/instances/get_instances.py')
-rw-r--r--src/instances/get_instances.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/instances/get_instances.py b/src/instances/get_instances.py
index facbca61..b47433ba 100644
--- a/src/instances/get_instances.py
+++ b/src/instances/get_instances.py
@@ -349,7 +349,7 @@ def peertube():
         myList.append('https://'+k['host'])
 
     mightyList['peertube'] = myList
-    print(Fore.GREEN + 'Fetched ' + Style.RESET_ALL + 'Peertube')
+    print(Fore.GREEN + 'Fetched ' + Style.RESET_ALL + 'PeerTube')
 
 
 def isValid(url):  # This code is contributed by avanitrachhadiya2155