Skip to content

Commit e5b53d1

Browse files
committed
Fix tyop
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3e8a93e commit e5b53d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/first-time-setup.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Each level overrides values in the previous level, so values in `.git/config` tr
1818

1919
On Windows systems, Git looks for the `.gitconfig` file in the `$HOME` directory (`C:\Users\$USER` for most people).
2020
It also still looks for `/etc/gitconfig`, although it's relative to the MSys root, which is wherever you decide to install Git on your Windows system when you run the installer.
21-
However, if you are using Git for Windows 2.x, it is `C:\Doucuments and Settings\All Users\Application Data\Git\config` on Windows XP, and it is `C:\ProgramData\Git\config` on Windows Vista and newer.
21+
However, if you are using Git for Windows 2.x, it is `C:\Documents and Settings\All Users\Application Data\Git\config` on Windows XP, and it is `C:\ProgramData\Git\config` on Windows Vista and newer.
2222

2323
==== Your Identity
2424

0 commit comments

Comments
 (0)