summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-19 13:34:09 +0200
committerAndoni Morales Alastruey <ylatuya@gmail.com>2013-06-20 11:50:56 +0200
commitbfefc232a413a25c050e85fd45d094c24f25f1d4 (patch)
treedbea072bca68602bec46157e60b312ff325ab7e3
parentd3c38d909874267ad0269bab505dc91e775e483e (diff)
package: fix typo
-rw-r--r--cerbero/packages/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/packages/package.py b/cerbero/packages/package.py
index d66d386..15c146a 100644
--- a/cerbero/packages/package.py
+++ b/cerbero/packages/package.py
@@ -425,7 +425,7 @@ class SDKPackage(MetaPackage):
@cvar root_env_var: name of the environment variable with the prefix
@type root_env_var: str
- @cvar osx_framework_library: (namd, path) of the lib used for the Framework
+ @cvar osx_framework_library: (name, path) of the lib used for the Framework
@type osx_framework_library: tuple
'''