mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Fixed a typo in a comment.
This commit is contained in:
parent
cd1cb2c5ef
commit
16952ee08e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
|
||||
# Lets make the user gives us a target build system
|
||||
# Let's make the user give us a target build system
|
||||
|
||||
if [ $# -ne 1 ]; then
|
||||
echo "Usage: $0 target_architecture"
|
||||
|
|
Loading…
Reference in a new issue