[hatari-devel] One more typo |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] One more typo
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Thu, 10 Sep 2020 23:19:00 -0600 (MDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telus.net; s=neo; t=1599801540; bh=b3UYn63XLs7jedfJRIjzMVJyZmaV5jB58cigA0wm4Eg=; h=Date:From:To:Subject; b=gylxOwYqss9Qn8HKO8Rek5jWuWCaLIebltVYkIeUuN9mcgg8246a4Lnfz8LSPZcPE 9nWWRzs/72o2A7pEl2EjZ4WZPkGb/joqjl26PHIGdi7f5ZZesTZkqDygSwZS+MXA3X 4TM2qbECswyuj5JsWGS4Zq+WqQYDmiEVYSS4hFmvRDXNw+e36MLZVgWHfUyJO47NrH gUbnkHVV3FztI0XE3Nqi0b2dpcwZLObqZjcjCaixBYOASuLx0QDkWkPBHBEBymP8gO K3LsXT3kgP7QL2pVggQiUQkE2i8RJmEIlYdq75cPS6uDxfcripuULSfXF4D06HjdQj 2ZpSO0IvnXt0Q==
- Thread-index: NNv4PmnRw2pw7ZxJ7Ru/ngBe74Mbxg==
- Thread-topic: One more typo
Hi,
There is still a typo: 'Apdater' should be Adapter.
Sincerely,
David
diff --git a/src/acia.c b/src/acia.c
index e40713d..0af0cfe 100644
--- a/src/acia.c
+++ b/src/acia.c
@@ -24,7 +24,7 @@ const char ACIA_fileid[] = "Hatari acia.c : " __DATE__ " " __TIME__;
/*
- 6850 ACIA (Asynchronous Communications Inferface Apdater)
+ 6850 ACIA (Asynchronous Communications Interface Apdater)
References :
- MC6850 datasheet by Motorola (DS9493R4, 1985)