Parcourir la source

[trac639] minor editorial fixes

JINMEI Tatuya il y a 14 ans
Parent
commit
6997749029
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/cache/TODO

+ 2 - 2
src/lib/cache/TODO

@@ -12,8 +12,8 @@
 * When the rrset beging updated is an NS rrset, NSAS should be updated
 * When the rrset beging updated is an NS rrset, NSAS should be updated
   together.
   together.
 * Share the NXDOMAIN info between different type queries. current implementation
 * Share the NXDOMAIN info between different type queries. current implementation
-  can only cache for the type that user quired, for example, if user query A
+  can only cache for the type that user queried, for example, if user query A
   record of a.example. and the server replied with NXDOMAIN, this should be
   record of a.example. and the server replied with NXDOMAIN, this should be
   cached for all the types queries of a.example.
   cached for all the types queries of a.example.
-* Add the interfaces for resizing and serialization(loading and dumping) to
+* Add the interfaces for resizing and serialization (loading and dumping) to
   cache.
   cache.