From b932c459765f2ad3fc21631992e20d014a4abfd1 Mon Sep 17 00:00:00 2001 From: Dmitri Logvinenko Date: Mon, 28 Mar 2016 21:19:06 +0300 Subject: [PATCH] Fix misspellings --- de/code/src/apps/ch.2.3/main.go | 2 +- en/code/src/apps/ch.2.3/main.go | 2 +- pt-br/code/src/apps/ch.2.3/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/de/code/src/apps/ch.2.3/main.go b/de/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/de/code/src/apps/ch.2.3/main.go +++ b/de/code/src/apps/ch.2.3/main.go @@ -37,7 +37,7 @@ func show_if_var() { fmt.Println("x is less than 10") } - // the following code will not compile, since `x` is only accessable with the if/else block + // the following code will not compile, since `x` is only accessible with the if/else block // fmt.Println(x) } func show_goto() { diff --git a/en/code/src/apps/ch.2.3/main.go b/en/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/en/code/src/apps/ch.2.3/main.go +++ b/en/code/src/apps/ch.2.3/main.go @@ -37,7 +37,7 @@ func show_if_var() { fmt.Println("x is less than 10") } - // the following code will not compile, since `x` is only accessable with the if/else block + // the following code will not compile, since `x` is only accessible with the if/else block // fmt.Println(x) } func show_goto() { diff --git a/pt-br/code/src/apps/ch.2.3/main.go b/pt-br/code/src/apps/ch.2.3/main.go index 52be227d..0b3ea566 100644 --- a/pt-br/code/src/apps/ch.2.3/main.go +++ b/pt-br/code/src/apps/ch.2.3/main.go @@ -37,7 +37,7 @@ func show_if_var() { fmt.Println("x is less than 10") } - // the following code will not compile, since `x` is only accessable with the if/else block + // the following code will not compile, since `x` is only accessible with the if/else block // fmt.Println(x) } func show_goto() {