diff --git a/pymo/writers.py b/pymo/writers.py index 834ef63..b359da8 100644 --- a/pymo/writers.py +++ b/pymo/writers.py @@ -30,7 +30,7 @@ def _printJoint(self, X, joint, tab, ofile): elif len(X.skeleton[joint]['children']) > 0: ofile.write('%sJOINT %s\n'%('\t'*(tab), joint)) else: - ofile.write('%sEnd site\n'%('\t'*(tab))) + ofile.write('%sEnd Site\n'%('\t'*(tab))) ofile.write('%s{\n'%('\t'*(tab)))