Fabs 10 years ago
parent
commit
6d3605d969
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coin/configuration/models.py

+ 1 - 1
coin/configuration/models.py

@@ -13,7 +13,7 @@ from coin.resources.models import IPSubnet
 """
 Implementation note : Configuration is a PolymorphicModel.
 The childs of Configuration are the differents models to store
-technical informations of a subscibtion.
+technical informations of a subscription.
 
 To add a new configuration backend, you have to create a new app with a model
 which inherit from Configuration.