From: Joey Hess Date: Thu, 21 Jan 2021 18:13:55 +0000 (-0400) Subject: comment typo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~98^2~172 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba109ce7df06a1d2610b5eb4b9af7b54415610b2;p=git-annex.git comment typo --- diff --git a/Utility/Exception.hs b/Utility/Exception.hs index 273f8446d7..4c60eac597 100644 --- a/Utility/Exception.hs +++ b/Utility/Exception.hs @@ -39,7 +39,7 @@ import Utility.Data {- Like error, this throws an exception. Unlike error, if this exception - is not caught, it won't generate a backtrace. So use this for situations - - where there's a problem that the user is expeected to see in some + - where there's a problem that the user is expected to see in some - circumstances. -} giveup :: [Char] -> a giveup = errorWithoutStackTrace