diff options
author | Mattias Andrée <maandree@kth.se> | 2022-01-17 16:48:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-01-17 16:48:23 +0100 |
commit | 77511c68e4f8dad16bd215b541c53cd730d0df51 (patch) | |
tree | 0d1595551ec08d86b9cf592fa47fda1740ee087d /Makefile | |
parent | test: improve portability (diff) | |
download | libar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.gz libar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.bz2 libar2-77511c68e4f8dad16bd215b541c53cd730d0df51.tar.xz |
Fix typo: libar2_earse -> libar2_erase
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ OBJ =\ libar2_decode_params.o\ libar2_encode_base64.o\ libar2_encode_params.o\ - libar2_earse.o\ + libar2_erase.o\ libar2_hash.o\ libar2_latest_argon2_version.o\ libar2_string_to_type.o\ |