summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-24 22:00:51 +0000
commit6445f83deb596e3f72e03582285a5f180a26a446 (patch)
tree3c7af2a62f9a2bf9222e69b9cd6686a8c8409ba2 /libdha
parentc592535102c0cc2bb3f796bbb83273dda88fc254 (diff)
downloadmpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.bz2
mpv-6445f83deb596e3f72e03582285a5f180a26a446.tar.xz
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/test.c b/libdha/test.c
index 6538ab28c2..03655e90d0 100644
--- a/libdha/test.c
+++ b/libdha/test.c
@@ -11,7 +11,7 @@ int main( void )
err = pci_scan(lst,&num_pci);
if(err)
{
- printf("Error occured during pci scan: %s\n",strerror(err));
+ printf("Error occurred during pci scan: %s\n",strerror(err));
return EXIT_FAILURE;
}
else