From 901127587a8e1d896ca2d06c14fa3053fd47ae75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 29 May 2017 13:49:10 +0200 Subject: [PATCH] posts: guix-hpc-debuts: Fix typo. * posts/guix-hpc-debuts.md: Fix typo. --- posts/guix-hpc-debuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/guix-hpc-debuts.md b/posts/guix-hpc-debuts.md index 5db608b..376d316 100644 --- a/posts/guix-hpc-debuts.md +++ b/posts/guix-hpc-debuts.md @@ -75,7 +75,7 @@ results that are publish depend in large part on the software. you name it!” It is true that “containers”, or, more accurately, [“application bundles”](https://en.wikipedia.org/wiki/Application_bundle), solve part of the reproducibility problem. Without them, users would -may build applications by themselves, and, inevitably, their software +build applications by themselves, and, inevitably, their software environment would be vastly different from yours: different version of the application, different compiler versions, different libraries, different compilation options, and so on. Conversely, an application -- GitLab