summaryrefslogtreecommitdiff
path: root/gst/pnm/gstpnmdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/pnm/gstpnmdec.c')
-rw-r--r--gst/pnm/gstpnmdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/pnm/gstpnmdec.c b/gst/pnm/gstpnmdec.c
index cf6904e01..b11a7310b 100644
--- a/gst/pnm/gstpnmdec.c
+++ b/gst/pnm/gstpnmdec.c
@@ -149,7 +149,7 @@ gst_pnmdec_negotiate (GstVideoDecoder * decoder)
const gchar *fmtstr;
pnmdec->size = pnmdec->mngr.info.width * pnmdec->mngr.info.height * 2;
- /* perform some basic negotiation to resolve which endianess,
+ /* perform some basic negotiation to resolve which endianness,
* if any, is supported by the component downstream. Query
* the peer caps, intersecting with our preferred caps
*/