diff options
| author | mochalins <117967760+mochalins@users.noreply.github.com> | 2025-05-23 17:02:52 +0900 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:24:06 -0700 |
| commit | 4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch) | |
| tree | 80c27b0e509c8d7001619af27a33794f4bcad3c4 /tests/convey.h | |
| parent | 1323aece0712522ccb2bf432b5085889a3513fa8 (diff) | |
| download | nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2 nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip | |
Fix typos across docs, comments, and CMake
Diffstat (limited to 'tests/convey.h')
| -rw-r--r-- | tests/convey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/convey.h b/tests/convey.h index 299e0611..3a1740ca 100644 --- a/tests/convey.h +++ b/tests/convey.h @@ -54,7 +54,7 @@ * This was inspired by GoConvey -- github.com/smartystreets/goconvey - but * there are differences of course -- C is not Go! * - * Pleaes note that we abuse the C preprocessor and setjmp fairly heavily, + * Please note that we abuse the C preprocessor and setjmp fairly heavily, * and as a result of the magic we have to do, a lot of these guts must be * exposed in this header file. HOWEVER, only symbols beginning with a * capital letter are intended for consumers. All others are for internal @@ -95,7 +95,7 @@ extern int conveyMainImpl(void); /* * conveyRun is a helper macro not to be called directly by user * code. It has to be here exposed, in order for setjmp() to work. - * and for the code block to be inlined. Becuase this inlines user + * and for the code block to be inlined. Because this inlines user * code, we have to be *very* careful with symbol names. */ #define conveyRun(convey_name, convey_code, convey_resultp) \ |
