Browse Source

[1259] a minor wording fix: s/Bind9/BIND 9/

JINMEI Tatuya 13 years ago
parent
commit
85ac49c528
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/xfrin/diff.py

+ 1 - 1
src/lib/python/isc/xfrin/diff.py

@@ -32,7 +32,7 @@ class NoSuchZone(Exception):
 This is the amount of changes we accumulate before calling Diff.apply
 automatically.
 
-The number 100 is just taken from Bind9. We don't know the rationale
+The number 100 is just taken from BIND 9. We don't know the rationale
 for exactly this amount, but we think it is just some randomly chosen
 number.
 """