diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index 1ec4e55473d098..00bf8b4bf69876 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -736,7 +736,7 @@ if [ "$do_inst_chromeos_fonts" != "0" ]; then echo "This is expected if your repo is installed on a remote file system." fi echo "It is recommended to install your repo on a local file system." - echo "You can skip the installation of the Chrome OS default founts with" + echo "You can skip the installation of the Chrome OS default fonts with" echo "the command line option: --no-chromeos-fonts." exit 1 fi diff --git a/build/linux/install-chromeos-fonts.py b/build/linux/install-chromeos-fonts.py index da8fb40f48d55e..35cd3bc7c6c435 100755 --- a/build/linux/install-chromeos-fonts.py +++ b/build/linux/install-chromeos-fonts.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright 2013 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.