From 9c8d9039fb4dc8a1ead4a0a511f43fc234611c20 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 3 Dec 2015 16:28:51 +0900 Subject: [PATCH] Fix typos in comments Change-Id: I6b90a3d831704fe40862dcf8421c4ffdbbeab7f7 --- blacklist.txt | 2 +- other-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blacklist.txt b/blacklist.txt index 0da674e2d9..e97344988e 100644 --- a/blacklist.txt +++ b/blacklist.txt @@ -1,4 +1,4 @@ -# linters - each project may hve a different version with loose convergence +# linters - each project may have a different version with loose convergence # over time. flake8 flake8_docstrings diff --git a/other-requirements.txt b/other-requirements.txt index 47f253620b..5359cd5466 100644 --- a/other-requirements.txt +++ b/other-requirements.txt @@ -1,5 +1,5 @@ # These are needed to build all the things in global-requirements, which we do -# for integration testing (see tools/integration.sh. +# for integration testing. (see tools/integration.sh) python-all-dev python3-all-dev libvirt-dev @@ -15,7 +15,7 @@ libffi-dev libldap2-dev libsasl2-dev ccache -# NOTE(flaper87): Temporarly needed for proton +# NOTE(flaper87): Temporarily needed for proton uuid-dev swig # Python things that change rarely and we're willing to risk breakage vs latest