From a03b2c763b0baab471405799c6027455f756a869 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 25 Oct 2025 09:57:04 -0400 Subject: [PATCH] documentation URL fix --- DEVEL/Developer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVEL/Developer.txt b/DEVEL/Developer.txt index 37fd69c59..2622ffbd6 100644 --- a/DEVEL/Developer.txt +++ b/DEVEL/Developer.txt @@ -74,7 +74,7 @@ A. If you have never set up git on this machine before: git config --global credential.helper osxkeychain Linux: (This will vary by distribution.) - cd /usr/share/doc/git/contrib/credentail/libsecret + cd /usr/share/doc/git/contrib/credential/libsecret sudo apt-get install libglib-2.0-dev libsecret-1-dev sudo make git config --global credential.helper `pwd`/git-credential-libsecret