From f453d4228cfec5d3e53b96c3feec5a7f5897994c Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 26 Apr 2017 15:10:04 +0100 Subject: [PATCH] correct spelling mistakes (#13979) --- examples/vpn/vpn.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vpn/vpn.tf b/examples/vpn/vpn.tf index d9f86cbc..a588fd53 100644 --- a/examples/vpn/vpn.tf +++ b/examples/vpn/vpn.tf @@ -5,7 +5,7 @@ provider "google" { region = "${var.region1}" } -# Create the two networks we want to join. They must have seperate, internal +# Create the two networks we want to join. They must have separate, internal # ranges. resource "google_compute_network" "network1" { name = "network1"