importer: doc typo

Change-Id: Ib8d2a7d1daf318ed2ec2228269942ff480331c2f
This commit is contained in:
mpl 2014-04-18 21:56:31 +02:00
parent 1a6f0fc1e1
commit 09a80dff99
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ func (rc *RunContext) Credentials() (clientID, clientSecret string, err error) {
// missing anything). // missing anything).
func (rc *RunContext) AccountNode() *Object { return rc.ia.acct } func (rc *RunContext) AccountNode() *Object { return rc.ia.acct }
// AccountNode returns the initially-empty permanode storing the root // RootNode returns the initially-empty permanode storing the root
// of this account's data. You can change anything at will. This will // of this account's data. You can change anything at will. This will
// typically be modeled as a dynamic directory (with camliPath:xxxx // typically be modeled as a dynamic directory (with camliPath:xxxx
// attributes), where each path element is either a file, object, or // attributes), where each path element is either a file, object, or