getnikola / nikola

A static website and blog generator
https://getnikola.com/
MIT License
2.62k stars 450 forks source link

tipography typography confusion #706

Closed rogerbinns closed 11 years ago

rogerbinns commented 11 years ago

In the doc and the code tipography and typography are used (second letter i versus y). However it appears that the former is a typo and it should always be the latter. Neither DDG nor Google can find any reference to the former and python.

Example from the code:

raise Exception("To use the typogrify filter, you need to install tipogrify.")

Example from the handbook:

Improve typography using [tipogrify](https://github.com/mintchaos/typogrify)
ralsina commented 11 years ago

Hey, those are hard to spell! In fact, you mispelled them yourself in the bug report ;-) Fixing...

Kwpolska commented 11 years ago
raise Exception("To use the typogrify filter, you need to install tipogrify.")

that should be either typogirify filter or typography filters.

ralsina commented 11 years ago

It's typogrify in both cases because that's what typogrify is called: https://github.com/mintchaos/typogrify

Kwpolska commented 11 years ago

We can also say typography filters, because not everyone knows that tipogrify is a magical Python thing for doing basic typography fixes.