]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2020 21:41:03 +0000 (16:41 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 27 Jun 2020 21:41:03 +0000 (16:41 -0500)
src/lib/util/dbuff.h
src/lib/util/sbuff.h

index 2be23e11e1a6e54cfebf8a6648f08850240a1047..07e022f094b1a111fa0bb8c7686c866ffe2f2db8 100644 (file)
@@ -17,7 +17,7 @@
 
 /** A generic data buffer structure for encoding and decoding
  *
- * Because doing manual length checks is error prone and a waste of everyone's time.
+ * Because doing manual length checks is error prone and a waste of everyones time.
  *
  * @file src/lib/util/dbuff.h
  *
index e171f8c8cfdad207838913b4a263f1df8cc51c79..128bf46205d592d639e21806cf41cf3fcf922276 100644 (file)
@@ -17,7 +17,7 @@
 
 /** A generic string buffer structure for string printing and parsing
  *
- * Because doing manual length checks is error prone and a waste of everyone's time.
+ * Because doing manual length checks is error prone and a waste of everyones time.
  *
  * @file src/lib/util/sbuff.h
  *