From 958257b6acd8810442fc6e69b21e27e74c208e5c Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Tue, 20 Jul 2021 17:36:33 -0500 Subject: [PATCH] Fix typo: retuen -> return --- install.py | 2 +- uninstall.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install.py b/install.py index 1e570a7..f61f321 100755 --- a/install.py +++ b/install.py @@ -33,7 +33,7 @@ def usage(exitCode=2): """Display usage info and exit. Arguments: - exitCode -- the code to retuen when exiting. + exitCode -- the code to return when exiting. """ global prefixDir global buildRoot diff --git a/uninstall.py b/uninstall.py index bbaa2a7..8d96734 100755 --- a/uninstall.py +++ b/uninstall.py @@ -25,7 +25,7 @@ def usage(exitCode=2): """Display usage info and exit. Arguments: - exitCode -- the code to retuen when exiting. + exitCode -- the code to return when exiting. """ global prefixDir print('Usage:')