summaryrefslogtreecommitdiff
path: root/gnu/packages/esolangs.scm
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2025-02-19 11:11:03 +0200
committerEfraim Flashner <[email protected]>2025-02-19 11:21:47 +0200
commit66daf46b411ea68893d3066e654f38fc05d6f286 (patch)
tree2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/esolangs.scm
parent77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff)
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/esolangs.scm')
-rw-r--r--gnu/packages/esolangs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/esolangs.scm b/gnu/packages/esolangs.scm
index 796f8d3f23..f484108004 100644
--- a/gnu/packages/esolangs.scm
+++ b/gnu/packages/esolangs.scm
@@ -96,7 +96,7 @@ LOLCODE language specification. Unit tests come packaged with the lci source co
@item portable: lci follows the widely ported ANSI C specification allowing it
to compile on a broad range of systems.
@item fast: Much effort has gone into producing simple and efficient code
-whenever possible to the extent that the above points are not compromized.
+whenever possible to the extent that the above points are not compromised.
@end enumerate")
(home-page "http://lolcode.org/")
(license license:gpl3+))))