|   | 
      | 
  
  
      | 
      | 
  
 
     | 
    | 
  
  
     | 
    | 
  
  
    |   | 
      | 
  
  
    | 
         
xen-api
[Xen-API] [PATCH] [rpc-light] fix a typo in rpc-light;	base type is 'flo
 
# HG changeset patch
# User Thomas Gazagnaire <thomas.gazagnaire@xxxxxxxxxx>
[rpc-light] fix a typo in rpc-light; base type is 'float', not 'flaot'.
Thanks to Marcus Granado to have spotten this one.
Signed-off-by: Thomas Gazagnaire <thomas.gazagnaire@xxxxxxxxxx>
diff -r 75e9680796f6 rpc-light/p4_rpc.ml
--- a/rpc-light/p4_rpc.ml       Mon Feb 01 14:30:22 2010 +0000
+++ b/rpc-light/p4_rpc.ml       Wed Feb 03 15:43:12 2010 +0000
@@ -21,7 +21,7 @@
 
 
 let is_base = function
-       | "int64" | "int32" | "int" | "flaot" | "string" | "unit" -> true
+       | "int64" | "int32" | "int" | "float" | "string" | "unit" -> true
        | _ -> false
 
 let rpc_of n = "rpc_of_" ^ n
 
api-libs-fix-typo-in-rpc-light 
Description: Text document 
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
 
 |   
 
| <Prev in Thread] | 
Current Thread | 
[Next in Thread> |  
- [Xen-API] [PATCH] [rpc-light] fix a typo in rpc-light;	base type is 'float', not 'flaot'.,
Thomas Gazagnaire <=
  
 |  
  
 | 
    | 
  
  
    |   | 
    |