Fix more typos in src files

This commit is contained in:
Richard Berger
2017-03-07 00:55:01 -05:00
parent 007f3c66a0
commit 3a054d1a82
35 changed files with 50 additions and 50 deletions

View File

@ -210,7 +210,7 @@ This is to insure they stay in sync.
E: Variable has circular dependency
A circular dependency is when variable "a" in used by variable "b" and
variable "b" is also used by varaible "a". Circular dependencies with
variable "b" is also used by variable "a". Circular dependencies with
longer chains of dependence are also not allowed.
E: Python variable does not match Python function