diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-23 15:59:57 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-05-18 15:04:27 +0300 |
commit | cb8d4c8f54b8271f642f02382eec29d468bb1c77 (patch) | |
tree | 93a1691d7a5d90ddbb77a3210299089fcede4947 /util | |
parent | d506dc87b97659f08c65d3bb470b1b7bfd789759 (diff) |
Fix some typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'util')
-rw-r--r-- | util/timed-average.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/timed-average.c b/util/timed-average.c index 2eef9cbb19..2b49d532ce 100644 --- a/util/timed-average.c +++ b/util/timed-average.c @@ -8,9 +8,9 @@ * BenoƮt Canet <benoit.canet@nodalink.com> * Alberto Garcia <berto@igalia.com> * - * This program is free sofware: you can redistribute it and/or modify + * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Sofware Foundation, either version 2 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) version 3 or any later version. * * This program is distributed in the hope that it will be useful, |