From 85dbc21c1c4d1f311f70ae7f13b0624aefa71ad4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 7 Oct 2022 12:30:07 -0400 Subject: [PATCH] fix typo --- CmdLine/Usage.hs | 4 ++-- doc/bugs/FTBFS_for_the_2nd_day.mdwn | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs index f3434d7091..65879f7c3e 100644 --- a/CmdLine/Usage.hs +++ b/CmdLine/Usage.hs @@ -60,8 +60,8 @@ paramNumRange :: String paramNumRange = "NUM|RANGE" paramRemote :: String paramRemote = "REMOTE" -paramRemote :: String -paramRemote = "REPOSITORY" +paramRepository :: String +paramRepository = "REPOSITORY" paramField :: String paramField = "FIELD" paramGlob :: String diff --git a/doc/bugs/FTBFS_for_the_2nd_day.mdwn b/doc/bugs/FTBFS_for_the_2nd_day.mdwn index afab6f5156..b39964410a 100644 --- a/doc/bugs/FTBFS_for_the_2nd_day.mdwn +++ b/doc/bugs/FTBFS_for_the_2nd_day.mdwn @@ -23,3 +23,5 @@ CmdLine/Usage.hs:64:1: error: ``` on Debian, didn't check if other systems are anyhow different, will bounce report with pointers just in case. + +> [[fixed|done]] --[[Joey]]