"vscode:/vscode.git/clone" did not exist on "0d5e0b551b41b4c5ebd1a67dc00e017b3eaf592e"
Commit f716900a authored by Jason Swails's avatar Jason Swails
Browse files

Typo fix (represnted -> represented) and remove the execution permission bit

from all .cpp and .h files.
parent 04658d87
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
...@@ -377,5 +377,5 @@ def _format_83(f): ...@@ -377,5 +377,5 @@ def _format_83(f):
return '%8.3f' % f return '%8.3f' % f
if -9999999 < f < 99999999: if -9999999 < f < 99999999:
return ('%8.3f' % f)[:8] return ('%8.3f' % f)[:8]
raise ValueError('coordinate "%s" could not be represnted ' raise ValueError('coordinate "%s" could not be represented '
'in a width-8 field' % f) 'in a width-8 field' % f)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment