diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-02 19:50:34 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-12-02 19:50:34 +0100 |
| commit | 5ae0b192056669dd76d38112fcb27490081a900c (patch) | |
| tree | e7daac2a302664c3d3ee0464e88861973876dc48 | |
| parent | f4e80a582f7ec857783274bee6614560ce49d497 (diff) | |
Fix typo in comment
| -rw-r--r-- | llama-test.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llama-test.el b/llama-test.el index 534997e..1e2db51 100644 --- a/llama-test.el +++ b/llama-test.el @@ -443,7 +443,7 @@ ;; A good example of what we might not want and theoretically could ;; prevent. However, this can also be prevented by just not going - ;; out of our way to wander into ambigious territory. While not + ;; out of our way to wander into ambiguous territory. While not ;; impossible, it is unlikely that someone does this accidentally. (should (equal (##setq % 1) (lambda (%) |
