From 877eaa155fef72102a5bd10302ad958f487260f3 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 31 Mar 2018 13:39:26 +0100 Subject: Correct spelling mistakes. --- src/bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap.py') diff --git a/src/bootstrap.py b/src/bootstrap.py index 5af29c69..8e337c4a 100644 --- a/src/bootstrap.py +++ b/src/bootstrap.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 - -# required imports and code exection for basic functionning +# required imports and code execution for basic functionning import os import conf -- cgit