File: 03_fix_typos.patch

package info (click to toggle)
capnproto 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,732 kB
  • sloc: cpp: 20,958; sh: 4,467; ansic: 681; makefile: 538; xml: 275
file content (15 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: address a typo in the source package
Author: tony mancill <tmancill@debian.org>
Forwarded: no

--- a/src/kj/filesystem-disk-unix.c++
+++ b/src/kj/filesystem-disk-unix.c++
@@ -1111,7 +1111,7 @@
           // Presumably because the target path doesn't exist.
           if (has(mode, WriteMode::CREATE)) {
             KJ_FAIL_ASSERT("rename(tmp, path) claimed path exists but "
-                "renameat2(fromPath, toPath, EXCAHNGE) said it doest; concurrent modification?",
+                "renameat2(fromPath, toPath, EXCHANGE) said it doesn't; concurrent modification?",
                 fromPath, toPath) { return false; }
           } else {
             // Assume target doesn't exist.