From 2cdb822aa72a46d12f918985c96b112038f85dab Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:51:33 +0100 Subject: [PATCH] doc: correct typo in BUILDING doc --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index e4963efb7abe15..8658a42943d851 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -178,7 +178,7 @@ Binaries at are produced on: Starting with Node.js 25, official Linux binaries are linked with `libatomic` and these systems must have the `libatomic` runtime installed and available at execution time to run the binaries. The package name for the `libatomic` runtime is typically `libatomic` or `libatomic1` depending -on your Linux distibution. +on your Linux distribution.