diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 12:51:49 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-09-23 13:01:39 -0700 |
commit | 028053f295f2ab1653a8bb9aed69c33702eeb1b6 (patch) | |
tree | 94246020bff35a629dbae68a61861a225ed47195 /gnu/packages/guile-xyz.scm | |
parent | 0def6a488cb70840f3bba6bd319be2af6f910582 (diff) | |
download | patches-028053f295f2ab1653a8bb9aed69c33702eeb1b6.tar patches-028053f295f2ab1653a8bb9aed69c33702eeb1b6.tar.gz |
gnu: guile-persist: Fix typo.
* gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of
"Persistence".
Diffstat (limited to 'gnu/packages/guile-xyz.scm')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 05658e6425..2736b36a38 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2156,7 +2156,7 @@ chunks can be expressions as well as simple tokens.") ("libtool" ,libtool) ("pkg-config" ,pkg-config))) (home-page "https://gitlab.com/tampe/guile-persist") - (synopsis "Persistance programming framework for Guile") + (synopsis "Persistence programming framework for Guile") (description "This is a serialization library for serializing objects like classes and objects, closures and structs. This currently does not support |