Skip to content

Commit 7677b18

Browse files
darxriggsfabienrenaud
authored andcommitted
Fix typos
1 parent f44d287 commit 7677b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ By default, running `./run ser` (`./run deser` respectively) will run
128128
all -- stream and databind -- serialization (deserialization respectively)
129129
benchmarks with 1 KB payloads of _Users_.
130130

131-
You can also specificy which libs, apis, payload-sizes and number of
131+
You can also specify which libs, apis, payload-sizes and number of
132132
iterations (and more) you want to run. For example:
133133

134134
./run deser --apis stream --libs genson,jackson

output/toMd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for datatype in $datatypes; do
2121
case $cmd in
2222
"deser") title="Deserialization" ;;
2323
"ser") title="Serialization" ;;
24-
*) echo "Unknow name: '$name"; exit 1 ;;
24+
*) echo "Unknown name: '$name"; exit 1 ;;
2525
esac
2626

2727
title="$title - $s KB"

0 commit comments

Comments
 (0)