summaryrefslogtreecommitdiff
path: root/util/cairo-api-update
diff options
context:
space:
mode:
Diffstat (limited to 'util/cairo-api-update')
-rwxr-xr-xutil/cairo-api-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-api-update b/util/cairo-api-update
index e16df43fd..cff33317b 100755
--- a/util/cairo-api-update
+++ b/util/cairo-api-update
@@ -3,7 +3,7 @@ set -e
if [ $# -lt 1 ]; then
argv0=`basename $0`
- echo "$argv0: Update source code to the lastest Cairo API" >&2
+ echo "$argv0: Update source code to the latest Cairo API" >&2
echo "" >&2
echo "Usage: $argv0 file [...]" >&2
exit 1