summaryrefslogtreecommitdiffstats
path: root/libdha/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/test.c')
-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