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 14:40:17 -0500 |
commit | 1ca2903c410a259614ff17de86dcf229b584a7ad (patch) | |
tree | 652e3b0f87f2f1ee0de1b3752771a71270fc21b9 | |
parent | 7cb3f0220980eefa95a976b83638e7a648fb7335 (diff) |
tests: telephony: Fix typo.telephony-team
* gnu/tests/telephony.scm: Fix typo.
Change-Id: I3eb048b8cdd1335c45ffb61b08425a18a2e7a4b2
-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 |