Fix typo in uuid wrapper
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 01:29:54 +0000 (21:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 24 Jun 2011 01:29:54 +0000 (21:29 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
wrapper/uuid.h

index 569ccab693b640ef52e5f4ec7aca94f6aa58a172..b85024f6906ee4f26975fef8ceacbd1ce3ea4312 100644 (file)
@@ -22,7 +22,7 @@ typedef struct {
 static inline
 void uuid_le_gen(uuid_le *u)
 {
-       genarate_random_uuid(u);
+       generate_random_uuid(u);
 }
 
 #endif
This page took 0.027402 seconds and 4 git commands to generate.