Skip to content

Commit 0a72487

Browse files
authored
Merge pull request #1992 from Kekun/fix-typos
doc/source/arch_caches.rst: Fix typos
2 parents 47923ca + 58da1f9 commit 0a72487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/arch_caches.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ The majority of data is stored in Content Addressable Storage or CAS, which
3030
indexes stored files by the SHA256 hash of their contents. This allows for a
3131
flat file structure as well as any repeated data to be shared across a CAS. In
3232
order to store directory structures BuildStream's CAS uses `protocol buffers`_
33-
for storing directory and file information as defined in Googles `REAPI`_.
33+
for storing directory and file information as defined in Google's `REAPI`_.
3434

3535
The data itself is stored in CAS which is defined by the `remote execution protocol`_,
3636
and BuildStream also uses the `remote asset protocol`_ in order to address stored
37-
content using symbolic labesl, such as :ref:`artifact names <artifact_names>` for
37+
content using symbolic labels, such as :ref:`artifact names <artifact_names>` for
3838
artifacts.
3939

4040

0 commit comments

Comments
 (0)