From c57a2eb551d7b825bf92db84b1a14763d1db537a Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Wed, 17 Apr 2019 10:14:30 +0200 Subject: [PATCH] Fix typo --- doc/CompilationMac.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CompilationMac.md b/doc/CompilationMac.md index 541340dd..d9f8edd3 100644 --- a/doc/CompilationMac.md +++ b/doc/CompilationMac.md @@ -97,7 +97,7 @@ Once you have compiled libpointmatcher in step 6, you can simply open `/usr/loca ### 3. Installing libnabo libnabo is a library for performing fast nearest-neighbor searches in low-dimensional spaces. It can be found [here](https://github.com/ethz-asl/libnabo). Clone the source repository into a local directory of your choice. - mkdi r ~/Libraries/ + mkdir ~/Libraries/ cd ~/Libraries git clone git://github.com/ethz-asl/libnabo.git cd libnabo