guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: guile-persist: Fix typo.


From: guix-commits
Subject: 03/05: gnu: guile-persist: Fix typo.
Date: Mon, 23 Sep 2019 16:02:12 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 028053f295f2ab1653a8bb9aed69c33702eeb1b6
Author: Vagrant Cascadian <address@hidden>
Date:   Mon Sep 23 12:51:49 2019 -0700

    gnu: guile-persist: Fix typo.
    
    * gnu/packages/guile-xyx (guile-persist)[synopsis]: Fix spelling of
      "Persistence".
---
 gnu/packages/guile-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 05658e6..2736b36 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]