From bfefc232a413a25c050e85fd45d094c24f25f1d4 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Wed, 19 Jun 2013 13:34:09 +0200 Subject: package: fix typo --- cerbero/packages/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''' -- cgit v1.2.3