commit fe8d233c1275ee5d665fe75c438f7fd14b9dd3e6
parent 9d539554ad61f4e0a17e4ef85812cc89ab8a33f3
Author: xris1658 <chris1658@foxmail.com>
Date: Wed, 19 Jul 2023 12:09:04 +0800
Fix typo
filed -> field
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/audio-ports.h b/include/clap/ext/audio-ports.h
@@ -49,7 +49,7 @@ typedef struct clap_audio_port_info {
uint32_t channel_count;
// If null or empty then it is unspecified (arbitrary audio).
- // This filed can be compared against:
+ // This field can be compared against:
// - CLAP_PORT_MONO
// - CLAP_PORT_STEREO
// - CLAP_PORT_SURROUND (defined in the surround extension)