Skip to content

Commit

Permalink
spelling: persistent
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and nigoroll committed Aug 20, 2024
1 parent b95bd67 commit c41692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ AC_ARG_WITH(persistent-storage,

if test "$with_persistent_storage" = yes; then
AC_DEFINE([WITH_PERSISTENT_STORAGE], [1],
[Define to 1 to build the deprecated peristent storage.])
[Define to 1 to build the deprecated persistent storage.])
fi

AM_CONDITIONAL([WITH_PERSISTENT_STORAGE],
Expand Down

0 comments on commit c41692e

Please sign in to comment.