From c7c51edb7931375598d9d56697b5f3eca5fa5a30 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Fri, 10 Nov 2017 14:43:34 +0100 Subject: [PATCH] fix typo clonde -> clone in some READMEs (#91) --- P4D2_2017_Spring/exercises/README.md | 2 +- SIGCOMM_2015/README.md | 2 +- examples/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/P4D2_2017_Spring/exercises/README.md b/P4D2_2017_Spring/exercises/README.md index 32a8f16..50cbc3e 100644 --- a/P4D2_2017_Spring/exercises/README.md +++ b/P4D2_2017_Spring/exercises/README.md @@ -22,7 +22,7 @@ we've already provided you with a virtual machine that has all of the required software installed. Otherwise, to complete the exercises, you will need to clone two p4lang Github repositories -and install their dependencies. To clonde the repositories: +and install their dependencies. To clone the repositories: - `git clone https://github.com/p4lang/behavioral-model.git bmv2` - `git clone https://github.com/p4lang/p4c-bm.git p4c-bmv2` diff --git a/SIGCOMM_2015/README.md b/SIGCOMM_2015/README.md index 2b1281f..3e77881 100644 --- a/SIGCOMM_2015/README.md +++ b/SIGCOMM_2015/README.md @@ -43,7 +43,7 @@ files. ## Obtaining required software To complete the exercises, you will need to clone 2 p4lang Github repositories -and install their dependencies. To clonde the repositories: +and install their dependencies. To clone the repositories: - `git clone https://github.com/p4lang/behavioral-model.git bmv2` - `git clone https://github.com/p4lang/p4c-bm.git p4c-bmv2` diff --git a/examples/README.md b/examples/README.md index b4fe8b0..6e831eb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,7 +24,7 @@ how to run a quick demonstration. ## Obtaining required software To complete the exercises, you will need to clone 2 p4lang Github repositories -and install their dependencies. To clonde the repositories: +and install their dependencies. To clone the repositories: - `git clone https://github.com/p4lang/behavioral-model.git bmv2` - `git clone https://github.com/p4lang/p4c-bm.git p4c-bmv2`