From 7cb3cc35640189f81d364e83db9196f6410fbb15 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Sat, 21 Nov 2020 16:32:07 +0300 Subject: [PATCH] [Build] Fix a typo in get_premake_target_os comment --- xenia-build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xenia-build b/xenia-build index 6dd704d47..20c56cb51 100755 --- a/xenia-build +++ b/xenia-build @@ -362,8 +362,8 @@ def get_premake_target_os(target_os_override=None): Returns: Target --os to pass to premake. If a return value of this function valid - for the current configuration is passed to it function again, the same - value will be returned. + for the current configuration is passed to it again, the same value will + be returned. """ if sys.platform == 'darwin': target_os = 'macosx'