diff --git a/doc/ChangeLog b/doc/ChangeLog index 51fbcb7..d962fef 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -8,7 +8,7 @@ Anything requiring extra validation can be turned into a Python property in the future. I used a property for the db one b/c there was a nasty circularity problem with the initialization - order, which rigth now I don't have time to clean up. + order, which right now I don't have time to clean up. * IPython/Shell.py (MTInteractiveShell.runcode): Fix, I think, another locking bug reported by Jorgen. I'm not 100% sure though,