From 0269222fe4fbc4f0435176df70fc9343ad392b91 Mon Sep 17 00:00:00 2001 From: Joan Sola <jsola@iri.upc.edu> Date: Thu, 28 Jul 2016 16:03:45 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 338c20507..f26c8bbcf 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Download and build **Set the WOLF_ROOT environment variable** -We need a platform-independent way to specify where is the WOLF project, so that code can locate relevant files at tun-time. +We need a platform-independent way to specify where is the WOLF project, so that code can locate relevant files at run-time. For example, if we want to use YAML files for configuring sensors, `YAML::LoadFile(filename)` needs an absolute path to a `filename`. This name is platform-specific, and many times user-specific. Usually, these files are out of the WOLF project. But for testing purposes, some of these files exist within the WOLF directories. -- GitLab