Skip to content

Commit

Permalink
Merge pull request xapi-project#1490 from johnelse/augusta-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
thomassa committed Sep 10, 2013
2 parents 9f812b6 + 295ac8e commit 3846535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel.ml
Expand Up @@ -170,7 +170,7 @@ let get_product_releases in_product_since =
| x::xs -> if x=in_product_since then "closed"::x::xs else go_through_release_order xs
in go_through_release_order release_order

let autusta_release =
let augusta_release =
{ internal = get_product_releases rel_augusta
; opensource=get_oss_releases None
; internal_deprecated_since=None
Expand Down

0 comments on commit 3846535

Please sign in to comment.