diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-09 14:39:45 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-09 22:10:14 -0500 |
commit | 58ab25a2ce57a3e94c41299458f3486e94e742f3 (patch) | |
tree | 24498934e41290397a5d98e30756a83864d314e5 /gnu | |
parent | 693a4785be0d84f3dacee49f071a33b852f7cd8a (diff) | |
download | guix-58ab25a2ce57a3e94c41299458f3486e94e742f3.tar.gz guix-58ab25a2ce57a3e94c41299458f3486e94e742f3.zip |
tests: telephony: Fix typo.
* gnu/tests/telephony.scm: Fix typo.
Series-to: 65371@debbugs.gnu.org
Series-postfix: telephony-team
Series-version: 2
Change-Id: I3eb048b8cdd1335c45ffb61b08425a18a2e7a4b2
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/tests/telephony.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/telephony.scm b/gnu/tests/telephony.scm index 396e473756..f03ea963f7 100644 --- a/gnu/tests/telephony.scm +++ b/gnu/tests/telephony.scm @@ -394,7 +394,7 @@ jami account used as part of the jami configuration are left *unspecified*." (description "Provisioning test for the jami service.") (value (run-jami-test #:provisioning? #t)))) -;;; Thi test verifies that <jami-account> values can be left unspecified +;;; This test verifies that <jami-account> values can be left unspecified ;;; without causing any issue (see: https://issues.guix.gnu.org/56799). (define %test-jami-provisioning-partial (system-test |