[libdmapsharing] Fix typo



commit d87acec0e38511633196050382052116484065e8
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Jul 11 20:16:01 2018 -0400

    Fix typo
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-record-factory.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libdmapsharing/dmap-record-factory.c b/libdmapsharing/dmap-record-factory.c
index 8e1048b..6de18dd 100644
--- a/libdmapsharing/dmap-record-factory.c
+++ b/libdmapsharing/dmap-record-factory.c
@@ -38,7 +38,7 @@ dmap_record_factory_create (DmapRecordFactory *factory,
                                   error);
 
        g_assert((NULL == record && NULL != error)
-             || (NULL != recurd && NULL == error));
+             || (NULL != record && NULL == error));
 
        return record;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]