diff options
author | Ikko Eltociear Ashimine <eltociear@gmail.com> | 2024-07-18 13:33:02 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-07-18 13:33:52 -0700 |
commit | 3cb4988999d2f16e11d86f9921e9526486ef1960 (patch) | |
tree | 64ec24f73ba1bfb1c2e3e28bf1d2e7f4ddecdd92 | |
parent | f754f2b9445a2616f740d0f9d7214c98d2b5c0f7 (diff) | |
download | abseil-3cb4988999d2f16e11d86f9921e9526486ef1960.tar.gz abseil-3cb4988999d2f16e11d86f9921e9526486ef1960.tar.bz2 abseil-3cb4988999d2f16e11d86f9921e9526486ef1960.zip |
PR #1720: Fix spelling mistake: occurrance -> occurrence
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1720
Merge a72c4bcc7b45d17cf12bee62989722f16f85f0fd into 0598e582f659594aa3592c70ba7dcb251649d264
Merging this change closes #1720
COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1720 from eltociear:patch-1 a72c4bcc7b45d17cf12bee62989722f16f85f0fd
PiperOrigin-RevId: 653737423
Change-Id: I5638538d1b008942feba6dc6fc98dcdbf53653ef
-rw-r--r-- | absl/strings/cord.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/strings/cord.h b/absl/strings/cord.h index c68b6f10..69aa8ef4 100644 --- a/absl/strings/cord.h +++ b/absl/strings/cord.h @@ -772,7 +772,7 @@ class Cord { // Cord::Find() // - // Returns an iterator to the first occurrance of the substring `needle`. + // Returns an iterator to the first occurrence of the substring `needle`. // // If the substring `needle` does not occur, `Cord::char_end()` is returned. CharIterator Find(absl::string_view needle) const; |