Adding fixes based on code review
diff --git a/rackspace/lb/v1/ssl/results.go b/rackspace/lb/v1/ssl/results.go
index 283f774..ead9fcd 100644
--- a/rackspace/lb/v1/ssl/results.go
+++ b/rackspace/lb/v1/ssl/results.go
@@ -132,8 +132,8 @@
 	return &response.Cert, err
 }
 
-// AddCertResult represents the result of an AddCert operation.
-type AddCertResult struct {
+// CreateCertResult represents the result of an CreateCert operation.
+type CreateCertResult struct {
 	certResult
 }