guix_mirror_bot pushed a commit to branch version-1.5.0
in repository guix.

commit 4cde19a4f071765233fe1400f4d067aab3d4fc1f
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Jan 8 13:55:34 2026 +0200

    nix: Spelling corrections.
    
    * nix/libstore/globals.hh,
    nix/libstore/store-api.hh,
    nix/libutil/util.hh: Fix misspellings in comments.
    
    Change-Id: Id77ea2bde1c2582d1a7bec4ed256ea900998c4b8
---
 nix/libstore/globals.hh   | 2 +-
 nix/libstore/store-api.hh | 2 +-
 nix/libutil/util.hh       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nix/libstore/globals.hh b/nix/libstore/globals.hh
index c2824789ed..d68993f280 100644
--- a/nix/libstore/globals.hh
+++ b/nix/libstore/globals.hh
@@ -103,7 +103,7 @@ struct Settings {
     /* The canonical system name, as returned by config.guess. */
     string thisSystem;
 
-    /* The maximum time in seconds that a builer can go without
+    /* The maximum time in seconds that a builder can go without
        producing any output on stdout/stderr before it is killed.  0
        means infinity. */
     time_t maxSilentTime;
diff --git a/nix/libstore/store-api.hh b/nix/libstore/store-api.hh
index affa98b179..b57f1e1084 100644
--- a/nix/libstore/store-api.hh
+++ b/nix/libstore/store-api.hh
@@ -357,7 +357,7 @@ Path addPermRoot(StoreAPI & store, const Path & storePath,
 
 
 /* Sort a set of paths topologically under the references relation.
-   If p refers to q, then p preceeds q in this list. */
+   If p refers to q, then p precedes q in this list. */
 Paths topoSortPaths(StoreAPI & store, const PathSet & paths);
 
 
diff --git a/nix/libutil/util.hh b/nix/libutil/util.hh
index 42cb60ea0d..3bf2f0be75 100644
--- a/nix/libutil/util.hh
+++ b/nix/libutil/util.hh
@@ -170,7 +170,7 @@ void writeToStderr(const string & s);
 inline void (*_writeToStderr) (const unsigned char * buf, size_t count) = 0;
 
 
-/* Wrappers arount read()/write() that read/write exactly the
+/* Wrappers around read()/write() that read/write exactly the
    requested number of bytes. */
 void readFull(int fd, unsigned char * buf, size_t count);
 void writeFull(int fd, const unsigned char * buf, size_t count);

Reply via email to