Parcourir la source

[3984] spelling

Francis Dupont il y a 9 ans
Parent
commit
70235479eb
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc

+ 2 - 2
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc

@@ -591,7 +591,7 @@ TEST_F(AllocEngine4Test, discoverReuseDeclinedLease4) {
 }
 }
 
 
 // This test checks if statistics are not updated when expired declined lease
 // This test checks if statistics are not updated when expired declined lease
-// is resued when responding to DHCPDISCOVER (fake allocation)
+// is reused when responding to DHCPDISCOVER (fake allocation)
 TEST_F(AllocEngine4Test, discoverReuseDeclinedLease4Stats) {
 TEST_F(AllocEngine4Test, discoverReuseDeclinedLease4Stats) {
 
 
     // Now prepare for DISCOVER processing
     // Now prepare for DISCOVER processing
@@ -675,7 +675,7 @@ TEST_F(AllocEngine4Test, requestReuseDeclinedLease4) {
 }
 }
 
 
 // This test checks if statistics are not updated when expired declined lease
 // This test checks if statistics are not updated when expired declined lease
-// is resued when responding to DHCPREQUEST (actual allocation)
+// is reused when responding to DHCPREQUEST (actual allocation)
 TEST_F(AllocEngine4Test, requestReuseDeclinedLease4Stats) {
 TEST_F(AllocEngine4Test, requestReuseDeclinedLease4Stats) {
 
 
     AllocEnginePtr engine(new AllocEngine(AllocEngine::ALLOC_ITERATIVE,
     AllocEnginePtr engine(new AllocEngine(AllocEngine::ALLOC_ITERATIVE,