From 1d5df45ddda70de23cedc2a9ff219853ecfc71e1 Mon Sep 17 00:00:00 2001 From: quantumcthulhu <37197051+quantumcthulhu@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:35:23 +0200 Subject: [PATCH] node_client typo --- node_client.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_client.asciidoc b/node_client.asciidoc index 897cd49..66c62a0 100644 --- a/node_client.asciidoc +++ b/node_client.asciidoc @@ -492,7 +492,7 @@ We now have a copy of c-lightning cloned into the +lightning+ subfolder, and we ==== Compiling the c-lightning source code -Next, we use a set of _build scripts_ that are commonly available in many open source projects. These _build scripts_ use the +configure+ and +make+ commandos which allow us to: +Next, we use a set of _build scripts_ that are commonly available in many open source projects. These _build scripts_ use the +configure+ and +make+ commands which allow us to: * Select the build options and check necessary dependencies (+configure+). * Build and install the executables and libraries (+make+).