Skip to content

Commit 94cff24

Browse files
Correct redundant phrase in About Version Control
"VCS systems" is a redundant acronym phrase (like "ATM machines").
1 parent 4c479b7 commit 94cff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/01-introduction/sections/about-version-control.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ However, this setup also has some serious downsides.
4444
The most obvious is the single point of failure that the centralized server represents.
4545
If that server goes down for an hour, then during that hour nobody can collaborate at all or save versioned changes to anything they're working on.
4646
If the hard disk the central database is on becomes corrupted, and proper backups haven't been kept, you lose absolutely everything -- the entire history of the project except whatever single snapshots people happen to have on their local machines.
47-
Local VCS systems suffer from this same problem -- whenever you have the entire history of the project in a single place, you risk losing everything.
47+
Local VCSs suffer from this same problem -- whenever you have the entire history of the project in a single place, you risk losing everything.
4848

4949
==== Distributed Version Control Systems
5050

0 commit comments

Comments
 (0)