[virt-tools-list] [libosinfo] Fix typos in OsinfoMedia doc comments

Daniel P. Berrange berrange at redhat.com
Mon Sep 12 11:40:55 UTC 2011


On Tue, Sep 06, 2011 at 12:01:59AM +0300, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> ---
>  osinfo/osinfo_media.c |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c
> index 6adf623..96aef89 100644
> --- a/osinfo/osinfo_media.c
> +++ b/osinfo/osinfo_media.c
> @@ -461,7 +461,7 @@ OsinfoMedia *osinfo_media_create_from_location_finish(GAsyncResult *res,
>  }
>  
>  /**
> - * osinfo_entity_get_architecture:
> + * osinfo_media_get_architecture:
>   * @media: a #OsinfoMedia instance
>   *
>   * Retrieves the target hardware architecture of the OS @media provides.
> @@ -475,7 +475,7 @@ const gchar *osinfo_media_get_architecture(OsinfoMedia *media)
>  }
>  
>  /**
> - * osinfo_entity_get_url:
> + * osinfo_media_get_url:
>   * @media: a #OsinfoMedia instance
>   *
>   * The URL to the @media
> @@ -489,7 +489,7 @@ const gchar *osinfo_media_get_url(OsinfoMedia *media)
>  }
>  
>  /**
> - * osinfo_entity_get_volume_id:
> + * osinfo_media_get_volume_id:
>   * @media: a #OsinfoMedia instance
>   *
>   * If @media is an ISO9660 image/device, this function retrieves the expected
> @@ -507,7 +507,7 @@ const gchar *osinfo_media_get_volume_id(OsinfoMedia *media)
>  }
>  
>  /**
> - * osinfo_entity_get_system_id:
> + * osinfo_media_get_system_id:
>   * @media: a #OsinfoMedia instance
>   *
>   * If @media is an ISO9660 image/device, this function retrieves the expected
> @@ -525,7 +525,7 @@ const gchar *osinfo_media_get_system_id(OsinfoMedia *media)
>  }
>  
>  /**
> - * osinfo_entity_get_publisher_id:
> + * osinfo_media_get_publisher_id:
>   * @media: a #OsinfoMedia instance
>   *
>   * If @media is an ISO9660 image/device, this function retrieves the expected
> -- 

ACK

For trivial docs typo fixes like this you don't need to wait for an ACK,
just post the patch to the list for awareness, mentioning you are
"pushing to the repo under the 'trivial rule'".

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the virt-tools-list mailing list