From 7f12e54ee6294d0c18b0bb54445da05b8fffff05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 29 May 2014 08:54:58 +0200 Subject: [PATCH] Fix a typo --- lib/Fedora/Rebuild/Execute.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Fedora/Rebuild/Execute.pm b/lib/Fedora/Rebuild/Execute.pm index 5110620..aba73c5 100644 --- a/lib/Fedora/Rebuild/Execute.pm +++ b/lib/Fedora/Rebuild/Execute.pm @@ -57,7 +57,7 @@ sub format_command { } # Run command while appending output to log. Blocks. If workdir is nonempty -# string, switch into it befere execution (and opening the log). +# string, switch into it before execution (and opening the log). # Return true if command succeeds. sub do { my ($self, $workdir, @command) = @_; -- 2.11.4.GIT