]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/SBufFindTest.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / SBufFindTest.cc
index c0b654fa0c5228987c1982673259ae35b5705a25..1153d66168d2497e0e72596edab0b9c3bd55ae83 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -310,7 +310,7 @@ SBufFindTest::placementKey() const
         return std::string();
 
     if (theBareNeedlePos == 0)
-        return "@B"; // at the beggining of the hay string
+        return "@B"; // at the beginning of the hay string
     if (theBareNeedlePos == theStringHay.length()-theStringNeedle.length())
         return "@E"; // at the end of the hay string
     return "@M"; // in the "middle" of the hay string