Fix grammar in bug24490 changes file

This commit is contained in:
Neel Chauhan 2019-04-11 20:32:38 -04:00
parent 30279a7c57
commit e16f5184da

View File

@ -1,5 +1,5 @@
o Minor bugfixes (bridge authority):
- We set bridges as running in a callback which runs every 5 minutes.
Previously, we set bridges as running in a GETINFO controller as
Previously, we set bridges as running in a GETINFO controller, but
these shouldn't modify vital data structures. Fixes bug 24490;
bugfix on 0.2.0.13-alpha. Patch by Neel Chauhan