Skip to content

Commit ae2f808

Browse files
persistency_kvs: run spell checker
Signed-off-by: Sven Bachmann <sven.bachmann.ext@qorix.ai>
1 parent d3d0ba1 commit ae2f808

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features/persistency/kvs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ language through language specific interfaces.
4848
Motivation
4949
==========
5050

51-
The current solutions availabkle mostly don't meet the specific needs of the
51+
The current solutions available mostly don't meet the specific needs of the
5252
S-CORE project like storing specific datatypes without a BASE64 conversation or
5353
having no rollback/replay feature. Also the integration into analysis tools is
5454
simpler when the solution grows with the needs instead having to adapt existing
@@ -77,7 +77,7 @@ is allowed to have multiple KVS.
7777
Staying compatible through updates and rollbacks is a main requirement for the
7878
project.
7979

80-
3. The same KVS should be read/writeable from C++ & Rust and any other language.
80+
3. The same KVS should be read/writable from C++ & Rust and any other language.
8181

8282
Having a flexible interface allows to focus on solutions where the language
8383
fits the needs.
@@ -90,7 +90,7 @@ should return an error if the key needs to be written first.
9090
5. KVS should use a simple data representation.
9191

9292
The KVS should use a data representation that supports versioned up- and
93-
downgrading like JSON or Cap'n Proto and is easily debugable by the developer.
93+
downgrading like JSON or Cap'n Proto and is easily debuggable by the developer.
9494

9595
6. Integrity of the KVS should be checked.
9696

@@ -132,7 +132,7 @@ Safety Impact
132132
[What is the expected classification of the contribution?]
133133

134134
.. note::
135-
Use the component classification method here to classfiy your component, if it shall to be used in a safety context: (TODO: add link to component classification).
135+
Use the component classification method here to classify your component, if it shall to be used in a safety context: (TODO: add link to component classification).
136136

137137

138138
License Impact

0 commit comments

Comments
 (0)