From 42375302d7323205415463f9e1675e6f7f02e827 Mon Sep 17 00:00:00 2001 From: Palana Date: Mon, 16 Dec 2013 01:41:35 +0100 Subject: [PATCH] fixed typo --- libobs/obs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libobs/obs.h b/libobs/obs.h index a884e5189..13ad9f6c5 100644 --- a/libobs/obs.h +++ b/libobs/obs.h @@ -299,7 +299,7 @@ EXPORT obs_source_t obs_source_create(enum obs_source_type type, EXPORT int obs_source_addref(obs_source_t source); EXPORT int obs_source_release(obs_source_t source); -/** Nofifies all references that the source should be released */ +/** Notifies all references that the source should be released */ EXPORT void obs_source_remove(obs_source_t source); /** Returns true if the source should be released */