home: hub: zuo

Download patch

ref: a0faa82c8383d206aa38d21462ca4ae699851a0b
parent: 0504c9d55828c1c1e4c34ec0867c9a987528f269
author: Philip McGrath <philip@philipmcgrath.com>
date: Sat Dec 16 10:39:35 CST 2023

typo fixes

--- a/zuo.c
+++ b/zuo.c
@@ -5427,7 +5427,7 @@
 
 zuo_t *zuo_current_time() {
 #ifdef ZUO_UNIX
-  /* clock_gettime() provides more precision but ay require linking
+  /* clock_gettime() provides more precision but may require linking
      to an extra library */
 # ifdef USE_CLOCK_REALTIME
   struct timespec t;
--- a/zuo.h
+++ b/zuo.h
@@ -31,7 +31,7 @@
 
    To ensure that images will work, primitives must be added in the
    same order, always. Images will only work in an environment with
-   the same set of primitives, and using an iage without the
+   the same set of primitives, and using an image without the
    primitives will effectively remove them by using the image's
    `kernel-env`.
  */