Skip to content

Commit 95157a9

Browse files
committed
Minor typo fix
1 parent 408815a commit 95157a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server_update.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,13 +1310,13 @@ def version_select(self, default_version: str='latest', default_build: int=-1) -
13101310
if len(nums) == 0:
13111311

13121312
# No builds available, abort:
1313-
1313+
13141314
print("# No builds available!")
13151315
print("\nThe version you have selected has no builds available.")
13161316
print("This could be because the version you are attempting to install is too new or old.")
13171317
print("The best solution is to either wait for a build to be produced for your version,")
13181318
print("Or select a different version instead.")
1319-
1319+
13201320
print("\nTo see if a specific version has builds, you can issue the following command:\n")
13211321
print("python server_update.py -nc --version [version]")
13221322
print("\nSimply replace [version] with the version you wish to check.")
@@ -1468,7 +1468,7 @@ def get_new(self, default_version: str='latest', default_build: int=-1, backup:
14681468
print("The file integrity check failed!")
14691469
print("This means that the file downloaded is corrupted or damaged in some way.")
14701470
print("Your current install (if one is targeted) has not been altered.")
1471-
print("\nThere are many diffrent causes for this error to occur.")
1471+
print("\nThere are many different causes for this error to occur.")
14721472
print("It is likely that this is a one-off event.")
14731473
print("Try again, and if this command continues to fail,")
14741474
print("then your network or device might have a problem.")

0 commit comments

Comments
 (0)