Browse Source

Typo

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
15865067fe
  1. 2
      tests/go/solutions/raid3/raid1aProg/raid1a.go
  2. 2
      tests/go/solutions/raid3/raid1bProg/raid1b.go
  3. 2
      tests/go/solutions/raid3/raid1cProg/raid1c.go
  4. 2
      tests/go/solutions/raid3/raid1dProg/raid1d.go
  5. 2
      tests/go/solutions/raid3/raid1eProg/raid1e.go

2
tests/go/solutions/raid3/raid1aProg/raid1a.go

@ -18,6 +18,6 @@ func main() {
}
solutions.Raid1a(firstArg, secondArg)
} else {
fmt.Println("to much arguments")
fmt.Println("too much arguments")
}
}

2
tests/go/solutions/raid3/raid1bProg/raid1b.go

@ -18,6 +18,6 @@ func main() {
}
solutions.Raid1b(firstArg, secondArg)
} else {
fmt.Println("to much arguments")
fmt.Println("too much arguments")
}
}

2
tests/go/solutions/raid3/raid1cProg/raid1c.go

@ -18,6 +18,6 @@ func main() {
}
solutions.Raid1c(firstArg, secondArg)
} else {
fmt.Println("to much arguments")
fmt.Println("too much arguments")
}
}

2
tests/go/solutions/raid3/raid1dProg/raid1d.go

@ -18,6 +18,6 @@ func main() {
}
solutions.Raid1d(firstArg, secondArg)
} else {
fmt.Println("to much arguments")
fmt.Println("too much arguments")
}
}

2
tests/go/solutions/raid3/raid1eProg/raid1e.go

@ -18,6 +18,6 @@ func main() {
}
solutions.Raid1e(firstArg, secondArg)
} else {
fmt.Println("to much arguments")
fmt.Println("too much arguments")
}
}

Loading…
Cancel
Save